From: Chris Lattner Date: Fri, 5 Apr 2002 22:25:51 +0000 (+0000) Subject: New testcases X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0cca46421f8c133964593f3b05498a275bfa3a31;p=oota-llvm.git New testcases git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2122 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2002-04-04-PureVirtMethCall.ll b/test/Assembler/2002-04-04-PureVirtMethCall.ll new file mode 100644 index 00000000000..3c64c9f8662 --- /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 00000000000..73d7354e9a3 --- /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