commit | cb67d99001a344029619b2b5b59ed7ca43a85f3a | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Thu Nov 02 23:56:21 2006 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Thu Nov 02 23:56:21 2006 +0000 |
tree | 45df2b9c53a6f34b666e0db4fb9aa9e308251073 | |
parent | a1fde82b6ba1d5639424d35c51dfa95760f57261 [diff] [blame] |
Make CodeGen libs -pedantic clean. llvm-svn: 31387
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp index e44328d..40518eb 100644 --- a/llvm/lib/CodeGen/DwarfWriter.cpp +++ b/llvm/lib/CodeGen/DwarfWriter.cpp
@@ -688,7 +688,7 @@ /// 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); }