summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2015-12-12 00:42:05 +0000
committerHal Finkel <hfinkel@anl.gov>2015-12-12 00:42:05 +0000
commit9bc6874751243505aa43af6cf6d66d86eb9f7bdc (patch)
tree59c2a78b1c4ba25c5a3ea84e734d343ef8a9f6ae /test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
parent63b29821f9dc8a908ba3bdee27686c71d7343bad (diff)
Fix test/CodeGen/PowerPC/ppc-shrink-wrapping.ll after r255398
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255414 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/ppc-shrink-wrapping.ll')
-rw-r--r--test/CodeGen/PowerPC/ppc-shrink-wrapping.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll b/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
index 2da8e8d0984..2f75190327e 100644
--- a/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
+++ b/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
@@ -494,7 +494,7 @@ declare i32 @someVariadicFunc(i32, ...)
; DISABLE: mflr {{[0-9]+}}
;
; CHECK: cmplwi 3, 0
-; CHECK-NEXT: bne 0, .[[ABORT:LBB[0-9_]+]]
+; CHECK-NEXT: bne{{[-]?}} 0, .[[ABORT:LBB[0-9_]+]]
;
; CHECK: li 3, 42
;