From: Chris Lattner Date: Thu, 5 May 2005 22:23:10 +0000 (+0000) Subject: new testcase for PR541 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=554a4dc987b9482a79ac6fc1caedb9471c1ba8d8;p=oota-llvm.git new testcase for PR541 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21702 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2005-05-05-OpaqueUndefValues.ll b/test/Assembler/2005-05-05-OpaqueUndefValues.ll new file mode 100644 index 00000000000..9321d3bf30b --- /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