summaryrefslogtreecommitdiff
path: root/utils/TableGen
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TableGen')
-rw-r--r--utils/TableGen/TGValueTypes.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/TableGen/TGValueTypes.cpp b/utils/TableGen/TGValueTypes.cpp
index acb9985e49..af0d9f44cf 100644
--- a/utils/TableGen/TGValueTypes.cpp
+++ b/utils/TableGen/TGValueTypes.cpp
@@ -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 *>