summaryrefslogtreecommitdiffstats
path: root/test/Assembler
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-05 22:25:51 +0000
committerChris Lattner <sabre@nondot.org>2002-04-05 22:25:51 +0000
commit0cca46421f8c133964593f3b05498a275bfa3a31 (patch)
treed634b21ccfd6ec47337bd0f28a232d4ee40696e1 /test/Assembler
parent3855f2f951da2e7a7a3e815f887dda34bd7410d2 (diff)
downloadexternal_llvm-0cca46421f8c133964593f3b05498a275bfa3a31.zip
external_llvm-0cca46421f8c133964593f3b05498a275bfa3a31.tar.gz
external_llvm-0cca46421f8c133964593f3b05498a275bfa3a31.tar.bz2
New testcases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2122 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/2002-04-04-PureVirtMethCall.ll5
-rw-r--r--test/Assembler/2002-04-04-PureVirtMethCall2.ll5
2 files changed, 10 insertions, 0 deletions
diff --git a/test/Assembler/2002-04-04-PureVirtMethCall.ll b/test/Assembler/2002-04-04-PureVirtMethCall.ll
new file mode 100644
index 0000000..3c64c9f
--- /dev/null
+++ b/test/Assembler/2002-04-04-PureVirtMethCall.ll
@@ -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
index 0000000..73d7354
--- /dev/null
+++ b/test/Assembler/2002-04-04-PureVirtMethCall2.ll
@@ -0,0 +1,5 @@
+%t = type { { \2*, \2 },
+ { \2*, \2 }
+ }
+
+implementation \ No newline at end of file