summaryrefslogtreecommitdiff
path: root/test/Feature
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@FreeBSD.org>2010-04-02 08:54:30 +0000
committerRoman Divacky <rdivacky@FreeBSD.org>2010-04-02 08:54:30 +0000
commit104bd8179fb5f6551c65c94ebcd0a4918b060189 (patch)
treecf5763d092b81cecc168fa28032247ee495d06e2 /test/Feature
parent2f12f10af369d468b14617276446166383d692ed (diff)
Notes
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/unions.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Feature/unions.ll b/test/Feature/unions.ll
index 9d6c36bb3c53f..3cf8c3ce0e979 100644
--- a/test/Feature/unions.ll
+++ b/test/Feature/unions.ll
@@ -6,7 +6,9 @@
@union1 = constant union { i32, i8 } { i32 4 }
@union2 = constant union { i32, i8 } insertvalue(union { i32, i8 } undef, i32 4, 0)
+@union3 = common global %union.anon zeroinitializer, align 8
define void @"Unions" () {
ret void
}
+