Revert pragma clang suppressions that confuse GCC. (I'll worry about how to suppress...
[oota-llvm.git] / utils / TableGen / TGValueTypes.cpp
index acb9985e499d3d207e66dfd1572feb9f4ba28bc7..af0d9f44cf434aca1f4abdb56ca578f579dd82da 100644 (file)
@@ -18,9 +18,6 @@
 #include <map>
 using namespace llvm;
 
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wweak-vtables"
-
 namespace llvm {
 
 class Type {
@@ -61,8 +58,6 @@ public:
   }
 };
 
-#pragma clang diagnostic pop
-
 static std::map<unsigned, const Type *>
   ExtendedIntegerTypeMap;
 static std::map<std::pair<uintptr_t, uintptr_t>, const Type *>