commit | a7b0cb759433c715065440ee2a963a04db7f2b0b | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Tue Nov 15 16:27:03 2011 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Tue Nov 15 16:27:03 2011 +0000 |
tree | f8c025a2af6ffe8fbe7733603fa2456c45d5c139 | |
parent | 25ad1cc32af8d526eb72893a513a486bc28c5106 [diff] [blame] |
Remove all remaining uses of Value::getNameStr(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144648 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/InstCombine/InstructionCombining.cpp b/lib/Transforms/InstCombine/InstructionCombining.cpp index 0cc969b..a7a6311 100644 --- a/lib/Transforms/InstCombine/InstructionCombining.cpp +++ b/lib/Transforms/InstCombine/InstructionCombining.cpp
@@ -1902,7 +1902,7 @@ MadeIRChange = false; DEBUG(errs() << "\n\nINSTCOMBINE ITERATION #" << Iteration << " on " - << F.getNameStr() << "\n"); + << F.getName() << "\n"); { // Do a depth-first traversal of the function, populate the worklist with