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, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/widen_cast-6.ll b/llvm/test/CodeGen/X86/widen_cast-6.ll index 14e62e1e5f4..c75c3597eae 100644 --- a/llvm/test/CodeGen/X86/widen_cast-6.ll +++ b/llvm/test/CodeGen/X86/widen_cast-6.ll @@ -7,7 +7,9 @@ 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: |