aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature/globalvars.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-12-14 16:46:53 +0000
committerChris Lattner <sabre@nondot.org>2001-12-14 16:46:53 +0000
commitf493a569c3d79cbe148fd9fa69a139cdff066116 (patch)
tree900b48bf6f5567579df85d09c8d4f743d4fd2059 /test/Feature/globalvars.ll
parent48e9f40be0ef7522416520da5dfc1dc6a80b9423 (diff)
downloadexternal_llvm-f493a569c3d79cbe148fd9fa69a139cdff066116.zip
external_llvm-f493a569c3d79cbe148fd9fa69a139cdff066116.tar.gz
external_llvm-f493a569c3d79cbe148fd9fa69a139cdff066116.tar.bz2
Update LLVM tests to use new pointer indexing, and remove unsized array test support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1474 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/globalvars.ll')
-rw-r--r--test/Feature/globalvars.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/globalvars.ll b/test/Feature/globalvars.ll
index 3914efc..b243ba5 100644
--- a/test/Feature/globalvars.ll
+++ b/test/Feature/globalvars.ll
@@ -12,7 +12,7 @@ implementation
int "foo"(int %blah)
begin
store int 5, int *%MyVar
- store int 12, { \2 *, int } * %MyIntList, ubyte 1
+ store int 12, { \2 *, int } * %MyIntList, uint 0, ubyte 1
ret int %blah
end