mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 01:38:03 +00:00
ABC's must have virtual dtors! Shame on me!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10624 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
42450d8a5f
commit
624affb56f
@ -37,6 +37,7 @@ namespace llvm {
|
||||
class CallInst;
|
||||
|
||||
struct IntrinsicLowering {
|
||||
virtual ~IntrinsicLowering() {}
|
||||
|
||||
/// LowerIntrinsicCall - This method returns the LLVM function which should
|
||||
/// be used to implement the specified intrinsic function call. If an
|
||||
|
@ -37,6 +37,7 @@ namespace llvm {
|
||||
class CallInst;
|
||||
|
||||
struct IntrinsicLowering {
|
||||
virtual ~IntrinsicLowering() {}
|
||||
|
||||
/// LowerIntrinsicCall - This method returns the LLVM function which should
|
||||
/// be used to implement the specified intrinsic function call. If an
|
||||
|
Loading…
x
Reference in New Issue
Block a user