diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_cast-6.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/widen_cast-6.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/widen_cast-6.ll b/llvm/test/CodeGen/X86/widen_cast-6.ll index c75c3597eae..14e62e1e5f4 100644 --- a/llvm/test/CodeGen/X86/widen_cast-6.ll +++ b/llvm/test/CodeGen/X86/widen_cast-6.ll @@ -7,9 +7,7 @@ define i32 @return_v2hi() nounwind { ; X86-LABEL: return_v2hi: ; X86: ## %bb.0: ## %entry -; X86-NEXT: pushl %eax ; X86-NEXT: xorl %eax, %eax -; X86-NEXT: popl %ecx ; X86-NEXT: retl ; ; X64-LABEL: return_v2hi: |