Make CodeGen libs -pedantic clean.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 2 Nov 2006 23:56:21 +0000 (23:56 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 2 Nov 2006 23:56:21 +0000 (23:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31387 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/DwarfWriter.cpp
lib/CodeGen/Makefile

index e44328d232a235a0004226c08b56c3e7f1c599c3..40518eb20933014dc07b5f6412090181c78953ed 100644 (file)
@@ -688,7 +688,7 @@ public:
 
   /// Profile - Used to gather unique data for the value folding set.
   ///
-  virtual void DIEBlock::Profile(FoldingSetNodeID &ID) {
+  virtual void Profile(FoldingSetNodeID &ID) {
     ID.AddInteger(isBlock);
     DIE::Profile(ID);
   }
index 62ef1ad727dcb2c73acee9f4a5be704c5358dbc1..a2ad0fd49cfda8f9c0003b194233da28217ded83 100644 (file)
@@ -13,6 +13,3 @@ PARALLEL_DIRS = SelectionDAG
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common
-
-CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
-CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))