aboutsummaryrefslogtreecommitdiff
path: root/tests/cases
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-12-05 16:14:36 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-12-07 14:23:23 -0800
commitb6466081c6023181cdbfc3421c78966edfdf7c44 (patch)
tree152fc0e133b974d032201f7719a170ecd6a0a768 /tests/cases
parentcfc6b10be7b2742949b78f0c41371ceaff5978ce (diff)
start to legalize structural types
Diffstat (limited to 'tests/cases')
-rw-r--r--tests/cases/structparam.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cases/structparam.ll b/tests/cases/structparam.ll
index b9ecd770..c59ad600 100644
--- a/tests/cases/structparam.ll
+++ b/tests/cases/structparam.ll
@@ -15,6 +15,7 @@ define i32 @doit(i32 %x, { i32, i32 } %y) {
define i32 @main() {
entry:
%retval = alloca i32, align 4 ; [#uses=1 type=i32*]
+ %myi64 = alloca i64, align 4
%comp = alloca { i32, i32 }, align 4 ; [#uses=1]
store i32 0, i32* %retval
br label %cond.end