diff options
Diffstat (limited to 'test/CodeGen/X86/bool-zext.ll')
-rw-r--r-- | test/CodeGen/X86/bool-zext.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/bool-zext.ll b/test/CodeGen/X86/bool-zext.ll index d2c30c6..e04770e 100644 --- a/test/CodeGen/X86/bool-zext.ll +++ b/test/CodeGen/X86/bool-zext.ll @@ -2,7 +2,7 @@ ; CHECK: @bar1 ; CHECK: movzbl -; CHECK: callq +; CHECK: jmp define void @bar1(i1 zeroext %v1) nounwind ssp { entry: %conv = zext i1 %v1 to i32 @@ -12,7 +12,7 @@ entry: ; CHECK: @bar2 ; CHECK-NOT: movzbl -; CHECK: callq +; CHECK: jmp define void @bar2(i8 zeroext %v1) nounwind ssp { entry: %conv = zext i8 %v1 to i32 |