diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/Regression/Assembler/2002-04-04-PureVirtMethCall.ll | 5 | ||||
-rw-r--r-- | llvm/test/Regression/Assembler/2002-04-04-PureVirtMethCall2.ll | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/llvm/test/Regression/Assembler/2002-04-04-PureVirtMethCall.ll b/llvm/test/Regression/Assembler/2002-04-04-PureVirtMethCall.ll new file mode 100644 index 00000000000..3c64c9f8662 --- /dev/null +++ b/llvm/test/Regression/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/llvm/test/Regression/Assembler/2002-04-04-PureVirtMethCall2.ll b/llvm/test/Regression/Assembler/2002-04-04-PureVirtMethCall2.ll new file mode 100644 index 00000000000..73d7354e9a3 --- /dev/null +++ b/llvm/test/Regression/Assembler/2002-04-04-PureVirtMethCall2.ll @@ -0,0 +1,5 @@ +%t = type { { \2*, \2 }, + { \2*, \2 } + } + +implementation
\ No newline at end of file |