mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 12:11:58 +00:00
Remove old frivolous uses of getStrValue in a debugging statement
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2270 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a3b63668d4
commit
f759c4e2a7
@ -144,8 +144,8 @@ void SlotCalculator::incorporateFunction(const Function *M) {
|
||||
SC_DEBUG("Inserting function constants:\n";
|
||||
for (constant_iterator I = constant_begin(M), E = constant_end(M);
|
||||
I != E; ++I) {
|
||||
cerr << " " << I->getType()->getDescription()
|
||||
<< " " << I->getStrValue() << endl;
|
||||
cerr << " " << *I->getType()
|
||||
<< " " << *I << "\n";
|
||||
});
|
||||
|
||||
// Emit all of the constants that are being used by the instructions in the
|
||||
|
@ -144,8 +144,8 @@ void SlotCalculator::incorporateFunction(const Function *M) {
|
||||
SC_DEBUG("Inserting function constants:\n";
|
||||
for (constant_iterator I = constant_begin(M), E = constant_end(M);
|
||||
I != E; ++I) {
|
||||
cerr << " " << I->getType()->getDescription()
|
||||
<< " " << I->getStrValue() << endl;
|
||||
cerr << " " << *I->getType()
|
||||
<< " " << *I << "\n";
|
||||
});
|
||||
|
||||
// Emit all of the constants that are being used by the instructions in the
|
||||
|
Loading…
x
Reference in New Issue
Block a user