aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/dollar-name.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/dollar-name.ll')
-rw-r--r--test/CodeGen/X86/dollar-name.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/dollar-name.ll b/test/CodeGen/X86/dollar-name.ll
index 2ecd729..a31b806 100644
--- a/test/CodeGen/X86/dollar-name.ll
+++ b/test/CodeGen/X86/dollar-name.ll
@@ -8,8 +8,8 @@ define i32 @"$foo"() nounwind {
; CHECK: movl ($bar),
; CHECK: addl ($qux),
; CHECK: calll ($hen)
- %m = load i32* @"$bar"
- %n = load i32* @"$qux"
+ %m = load i32, i32* @"$bar"
+ %n = load i32, i32* @"$qux"
%t = add i32 %m, %n
%u = call i32 @"$hen"(i32 %t)
ret i32 %u