commit | 7ca6712f814bf7d1eea54455d0a105da68817093 | [log] [tgz] |
---|---|---|
author | Brian Gaeke <gaeke@uiuc.edu> | Tue May 04 21:41:45 2004 +0000 |
committer | Brian Gaeke <gaeke@uiuc.edu> | Tue May 04 21:41:45 2004 +0000 |
tree | b4d901e1a9b23549e07fc663531e9755cf4e9584 | |
parent | 43be311215288968f0cd8e20cfde3d0193e80758 [diff] [blame] |
Missing piece of fix for Bug 333 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13362 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp index cf24c3a..4b64a77 100644 --- a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp +++ b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp
@@ -736,7 +736,7 @@ enterSection(AsmPrinter::ReadOnlyData); for (unsigned i = 0, e = CP.size(); i != e; ++i) { - std::string cpiName = ".CPI_" + F.getName() + "_" + utostr(i); + std::string cpiName = ".CPI_" + methName + "_" + utostr(i); printConstant(CP[i], cpiName); }