mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
New testcases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2122 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3855f2f951
commit
0cca46421f
5
test/Assembler/2002-04-04-PureVirtMethCall.ll
Normal file
5
test/Assembler/2002-04-04-PureVirtMethCall.ll
Normal file
@ -0,0 +1,5 @@
|
||||
type { { \2 *, \4 ** },
|
||||
{ \2 *, \4 ** }
|
||||
}
|
||||
|
||||
implementation
|
5
test/Assembler/2002-04-04-PureVirtMethCall2.ll
Normal file
5
test/Assembler/2002-04-04-PureVirtMethCall2.ll
Normal file
@ -0,0 +1,5 @@
|
||||
%t = type { { \2*, \2 },
|
||||
{ \2*, \2 }
|
||||
}
|
||||
|
||||
implementation
|
Loading…
Reference in New Issue
Block a user