summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ghc-cc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/ghc-cc.ll')
-rw-r--r--test/CodeGen/X86/ghc-cc.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/CodeGen/X86/ghc-cc.ll b/test/CodeGen/X86/ghc-cc.ll
index 4dba2c0863..0e65cfdbae 100644
--- a/test/CodeGen/X86/ghc-cc.ll
+++ b/test/CodeGen/X86/ghc-cc.ll
@@ -28,10 +28,10 @@ entry:
define cc 10 void @foo() nounwind {
entry:
- ; CHECK: movl r1, %esi
- ; CHECK-NEXT: movl hp, %edi
+ ; CHECK: movl base, %ebx
; CHECK-NEXT: movl sp, %ebp
- ; CHECK-NEXT: movl base, %ebx
+ ; CHECK-NEXT: movl hp, %edi
+ ; CHECK-NEXT: movl r1, %esi
%0 = load i32* @r1
%1 = load i32* @hp
%2 = load i32* @sp
@@ -42,3 +42,4 @@ entry:
}
declare cc 10 void @bar(i32, i32, i32, i32)
+