diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-13 11:27:13 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-13 11:27:13 -0700 |
commit | 984e7b2aff83c41a8272058ab4716bfc222ff58e (patch) | |
tree | b30178a207fabb06d7ed43b45348d3fb42cf9109 /tests | |
parent | b639ed59378df54fc0513fb00ac97d0678f8ee6e (diff) |
properly parse things like { i8*, { i64, i8* } (i8*)* }, issue #1319
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cases/phi24_ta2.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cases/phi24_ta2.ll b/tests/cases/phi24_ta2.ll index 4894d5e6..2d9b6646 100644 --- a/tests/cases/phi24_ta2.ll +++ b/tests/cases/phi24_ta2.ll @@ -252,6 +252,7 @@ target triple = "i386-pc-linux-gnu" @g_287 = internal constant i32 -1, align 4 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind { + %msgdummy = alloca { i8*, { i64, i8* } (i8*)* } ; test for parsing of this kind of stuff, compilation-only test %p_6.i.i = alloca %union.U3, align 8 %1 = icmp eq i32 %argc, 2 br i1 %1, label %2, label %7 |