summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/call-push.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/call-push.ll')
-rw-r--r--test/CodeGen/X86/call-push.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/call-push.ll b/test/CodeGen/X86/call-push.ll
index 8cca10c830..e69f8c1ebf 100644
--- a/test/CodeGen/X86/call-push.ll
+++ b/test/CodeGen/X86/call-push.ll
@@ -7,8 +7,8 @@ define i32 @decode_byte(%struct.decode_t* %decode) nounwind {
; CHECK: decode_byte:
; CHECK: pushl
; CHECK: popl
-; CHECK: popl
; CHECK: jmp
+; CHECK: popl
entry:
%tmp2 = getelementptr %struct.decode_t* %decode, i32 0, i32 4 ; <i16*> [#uses=1]
%tmp23 = bitcast i16* %tmp2 to i32* ; <i32*> [#uses=1]