diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/float-conv-elim.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/float-conv-elim.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/float-conv-elim.ll b/llvm/test/CodeGen/X86/float-conv-elim.ll index 45f46b29e75..7ccad2b80c8 100644 --- a/llvm/test/CodeGen/X86/float-conv-elim.ll +++ b/llvm/test/CodeGen/X86/float-conv-elim.ll @@ -21,7 +21,7 @@ define i32 @foo2(i8 %a) #0 { ; CHECK-LABEL: bar ; CHECK-NOT: cvt -; CHECK: movb +; CHECK: movl define zeroext i8 @bar(i8 zeroext %a) #0 { %conv = uitofp i8 %a to float %conv1 = fptoui float %conv to i8 |