summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-05 22:23:10 +0000
committerChris Lattner <sabre@nondot.org>2005-05-05 22:23:10 +0000
commit554a4dc987b9482a79ac6fc1caedb9471c1ba8d8 (patch)
treea5038d4f35a799c38bcbfbd76236baf63ebebf2d /test/Assembler
parent9e60d8dbdc3f335a938331e7974808ff77d5e821 (diff)
downloadllvm-554a4dc987b9482a79ac6fc1caedb9471c1ba8d8.tar.gz
llvm-554a4dc987b9482a79ac6fc1caedb9471c1ba8d8.tar.bz2
llvm-554a4dc987b9482a79ac6fc1caedb9471c1ba8d8.tar.xz
new testcase for PR541
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21702 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/2005-05-05-OpaqueUndefValues.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Assembler/2005-05-05-OpaqueUndefValues.ll b/test/Assembler/2005-05-05-OpaqueUndefValues.ll
new file mode 100644
index 0000000000..9321d3bf30
--- /dev/null
+++ b/test/Assembler/2005-05-05-OpaqueUndefValues.ll
@@ -0,0 +1,4 @@
+; RUN: llvm-as < %s | llvm-dis | llvm-as
+
+%t = type opaque
+%x = global %t undef