1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Make CodeGen libs -pedantic clean.

llvm-svn: 31387
This commit is contained in:
Reid Spencer 2006-11-02 23:56:21 +00:00
parent e2f969dccb
commit 0f30aec7d3
2 changed files with 1 additions and 4 deletions

View 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);
}

View 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))