aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2009-04-24.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2009-04-24.ll')
-rw-r--r--test/CodeGen/X86/2009-04-24.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-04-24.ll b/test/CodeGen/X86/2009-04-24.ll
index d104c87..7647dcc 100644
--- a/test/CodeGen/X86/2009-04-24.ll
+++ b/test/CodeGen/X86/2009-04-24.ll
@@ -8,6 +8,6 @@
define i32 @f() {
entry:
- %tmp1 = load i32* @i
+ %tmp1 = load i32, i32* @i
ret i32 %tmp1
}