From: Chris Lattner Date: Mon, 3 Mar 2003 21:29:00 +0000 (+0000) Subject: New testcase X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3475ed024efe313e1424817ad196ff01a83acce8;p=oota-llvm.git New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5688 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2003-03-03-DuplicateConstant.ll b/test/Assembler/2003-03-03-DuplicateConstant.ll new file mode 100644 index 00000000000..edb06e0167f --- /dev/null +++ b/test/Assembler/2003-03-03-DuplicateConstant.ll @@ -0,0 +1,5 @@ + + +%X = const int 0 +%X = const int 0 +