diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-05 16:14:36 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-07 14:23:23 -0800 |
commit | b6466081c6023181cdbfc3421c78966edfdf7c44 (patch) | |
tree | 152fc0e133b974d032201f7719a170ecd6a0a768 /tests/cases | |
parent | cfc6b10be7b2742949b78f0c41371ceaff5978ce (diff) |
start to legalize structural types
Diffstat (limited to 'tests/cases')
-rw-r--r-- | tests/cases/structparam.ll | 1 |
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 |