[llvm-commits] CVS: llvm/include/llvm/IntrinsicLowering.h

Chris Lattner lattner at cs.uiuc.edu
Sun Dec 28 02:57:01 PST 2003


Changes in directory llvm/include/llvm:

IntrinsicLowering.h updated: 1.2 -> 1.3

---
Log message:

ABC's must have virtual dtors!  Shame on me!


---
Diffs of the changes:  (+1 -0)

Index: llvm/include/llvm/IntrinsicLowering.h
diff -u llvm/include/llvm/IntrinsicLowering.h:1.2 llvm/include/llvm/IntrinsicLowering.h:1.3
--- llvm/include/llvm/IntrinsicLowering.h:1.2	Sun Dec 28 02:30:07 2003
+++ llvm/include/llvm/IntrinsicLowering.h	Sun Dec 28 02:55:50 2003
@@ -37,6 +37,7 @@
   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





More information about the llvm-commits mailing list