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:
Chris Lattner 2003-12-28 08:55:50 +00:00
parent 42450d8a5f
commit 624affb56f
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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