New testcases
authorChris Lattner <sabre@nondot.org>
Fri, 5 Apr 2002 22:25:51 +0000 (22:25 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Apr 2002 22:25:51 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2122 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2002-04-04-PureVirtMethCall.ll [new file with mode: 0644]
test/Assembler/2002-04-04-PureVirtMethCall2.ll [new file with mode: 0644]

diff --git a/test/Assembler/2002-04-04-PureVirtMethCall.ll b/test/Assembler/2002-04-04-PureVirtMethCall.ll
new file mode 100644 (file)
index 0000000..3c64c9f
--- /dev/null
@@ -0,0 +1,5 @@
+  type { { \2 *, \4 ** },
+         { \2 *, \4 ** }
+       }
+
+implementation
\ No newline at end of file
diff --git a/test/Assembler/2002-04-04-PureVirtMethCall2.ll b/test/Assembler/2002-04-04-PureVirtMethCall2.ll
new file mode 100644 (file)
index 0000000..73d7354
--- /dev/null
@@ -0,0 +1,5 @@
+%t = type { { \2*, \2 },
+            { \2*, \2 }
+          }
+
+implementation
\ No newline at end of file