Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.
[oota-llvm.git] / utils / TableGen / TGValueTypes.cpp
index 9e62322a63a4915d0f0f057f7ddd53ae2f19dae1..8979e13f72baf95a78471fe8ca6e774e43f763a0 100644 (file)
@@ -25,6 +25,7 @@ namespace llvm {
 class Type {
 public:
   virtual unsigned getSizeInBits() const = 0;
+  virtual ~Type() {}
 };
 
 }