Remove all remaining uses of Value::getNameStr().
[oota-llvm.git] / lib / Transforms / IPO / DeadArgumentElimination.cpp
index 4bb6f7a90e9302335a0780de2a6b82de06bd569c..95aef272211e99ff164cd26f43f499cb13784572 100644 (file)
@@ -74,7 +74,7 @@ namespace {
 
       std::string getDescription() const {
         return std::string((IsArg ? "Argument #" : "Return value #"))
-               + utostr(Idx) + " of function " + F->getNameStr();
+               + utostr(Idx) + " of function " + F->getName().str();
       }
     };