projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7559766
)
Revert pragma clang suppressions that confuse GCC. (I'll worry about how to suppress...
author
David Blaikie
<dblaikie@gmail.com>
Tue, 20 Dec 2011 08:22:49 +0000
(08:22 +0000)
committer
David Blaikie
<dblaikie@gmail.com>
Tue, 20 Dec 2011 08:22:49 +0000
(08:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146965
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/TGValueTypes.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/TGValueTypes.cpp
b/utils/TableGen/TGValueTypes.cpp
index acb9985e499d3d207e66dfd1572feb9f4ba28bc7..af0d9f44cf434aca1f4abdb56ca578f579dd82da 100644
(file)
--- 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 *>