aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/ga-offset.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/ga-offset.ll')
-rw-r--r--test/CodeGen/X86/ga-offset.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/ga-offset.ll b/test/CodeGen/X86/ga-offset.ll
index 9f6d3f7..934c149 100644
--- a/test/CodeGen/X86/ga-offset.ll
+++ b/test/CodeGen/X86/ga-offset.ll
@@ -13,6 +13,6 @@
@dst = global [131072 x i32] zeroinitializer
define void @foo() nounwind {
- store i32* getelementptr ([131072 x i32]* @dst, i32 0, i32 16), i32** @ptr
+ store i32* getelementptr ([131072 x i32], [131072 x i32]* @dst, i32 0, i32 16), i32** @ptr
ret void
}