summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-03-03 21:29:00 +0000
committerChris Lattner <sabre@nondot.org>2003-03-03 21:29:00 +0000
commit3475ed024efe313e1424817ad196ff01a83acce8 (patch)
tree3117f0830f5a98bb49fbdb0c5014c2b02cf6f62f /test/Assembler
parentf5e84662c29d0a540586bead55dabdb25f403b39 (diff)
downloadllvm-3475ed024efe313e1424817ad196ff01a83acce8.tar.gz
llvm-3475ed024efe313e1424817ad196ff01a83acce8.tar.bz2
llvm-3475ed024efe313e1424817ad196ff01a83acce8.tar.xz
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5688 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/2003-03-03-DuplicateConstant.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Assembler/2003-03-03-DuplicateConstant.ll b/test/Assembler/2003-03-03-DuplicateConstant.ll
new file mode 100644
index 0000000000..edb06e0167
--- /dev/null
+++ b/test/Assembler/2003-03-03-DuplicateConstant.ll
@@ -0,0 +1,5 @@
+
+
+%X = const int 0
+%X = const int 0
+