summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/hipe-cc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/hipe-cc.ll')
-rw-r--r--llvm/test/CodeGen/X86/hipe-cc.ll6
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/hipe-cc.ll b/llvm/test/CodeGen/X86/hipe-cc.ll
index 86469dad23f..fbc4cd9d4f9 100644
--- a/llvm/test/CodeGen/X86/hipe-cc.ll
+++ b/llvm/test/CodeGen/X86/hipe-cc.ll
@@ -48,7 +48,11 @@ entry:
store i32 %arg0, i32* %arg0_var
store i32 %arg1, i32* %arg1_var
store i32 %arg2, i32* %arg2_var
- ; These loads are loading the values from their previous stores and are optimized away.
+
+ ; CHECK: movl 16(%esp), %esi
+ ; CHECK-NEXT: movl 12(%esp), %ebp
+ ; CHECK-NEXT: movl 8(%esp), %eax
+ ; CHECK-NEXT: movl 4(%esp), %edx
%0 = load i32, i32* %hp_var
%1 = load i32, i32* %p_var
%2 = load i32, i32* %arg0_var
OpenPOWER on IntegriCloud