New testcase for PR107
authorChris Lattner <sabre@nondot.org>
Wed, 12 Nov 2003 04:40:11 +0000 (04:40 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Nov 2003 04:40:11 +0000 (04:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9910 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2003-11-11-ImplicitRename.llx [new file with mode: 0644]

diff --git a/test/Assembler/2003-11-11-ImplicitRename.llx b/test/Assembler/2003-11-11-ImplicitRename.llx
new file mode 100644 (file)
index 0000000..0f858b4
--- /dev/null
@@ -0,0 +1,8 @@
+; RUN: not llvm-as < %s > /dev/null
+
+void %test() {
+  %X = add int 0, 1
+  %X = add int 1, 2
+  ret void
+}
+