From 3475ed024efe313e1424817ad196ff01a83acce8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 3 Mar 2003 21:29:00 +0000 Subject: [PATCH] New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5688 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2003-03-03-DuplicateConstant.ll | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Assembler/2003-03-03-DuplicateConstant.ll 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 + -- 2.50.1