diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2016-04-28-setjmp.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2016-04-28-setjmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2016-04-28-setjmp.ll b/llvm/test/CodeGen/PowerPC/2016-04-28-setjmp.ll index 09c0fa7ba97..7f368f1fb6a 100644 --- a/llvm/test/CodeGen/PowerPC/2016-04-28-setjmp.ll +++ b/llvm/test/CodeGen/PowerPC/2016-04-28-setjmp.ll @@ -8,7 +8,7 @@ target triple = "powerpc64le-unknown-linux-gnu" ; EH_SjLj_Setup. ; CHECK: li 3, 1 -; CHECK-NEXT: b .+4 +; CHECK-NEXT: cmplwi 3, 0 define void @h() nounwind { %1 = load i8**, i8*** bitcast (i8** @ptr to i8***), align 8 |