Make CodeGen libs -pedantic clean.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31387 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2006-11-02 23:56:21 +00:00
parent 2b8ba512be
commit 97821311a3
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);
}