summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/umul-with-overflow.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/umul-with-overflow.ll')
-rw-r--r--llvm/test/CodeGen/X86/umul-with-overflow.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/umul-with-overflow.ll b/llvm/test/CodeGen/X86/umul-with-overflow.ll
index e31ee76905e..c9976617a24 100644
--- a/llvm/test/CodeGen/X86/umul-with-overflow.ll
+++ b/llvm/test/CodeGen/X86/umul-with-overflow.ll
@@ -9,6 +9,6 @@ define i1 @a(i32 %x) zeroext nounwind {
; CHECK: a:
; CHECK: mull
; CHECK: seto %al
-; CHECK: movzx %al, %eax
+; CHECK: movzbl %al, %eax
; CHECK: ret
}
OpenPOWER on IntegriCloud