diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fixup-bw-copy.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fixup-bw-copy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fixup-bw-copy.ll b/llvm/test/CodeGen/X86/fixup-bw-copy.ll index 4f6d2e3b610..fe9b8861453 100644 --- a/llvm/test/CodeGen/X86/fixup-bw-copy.ll +++ b/llvm/test/CodeGen/X86/fixup-bw-copy.ll @@ -59,7 +59,7 @@ define i8 @test_movb_hreg(i16 %a0) { ; ; X32-LABEL: test_movb_hreg: ; X32: # %bb.0: -; X32-NEXT: movzwl {{[0-9]+}}(%esp), %eax +; X32-NEXT: movl {{[0-9]+}}(%esp), %eax ; X32-NEXT: addb %al, %ah ; X32-NEXT: movb %ah, %al ; X32-NEXT: retl |