diff options
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll b/llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll index 2da8e8d0984..2f75190327e 100644 --- a/llvm/test/CodeGen/PowerPC/ppc-shrink-wrapping.ll +++ b/llvm/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  ;  | 

