mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
Make debugging code not use getStrValue
llvm-svn: 2295
This commit is contained in:
parent
e935ad94d0
commit
f43286a1e4
@ -98,8 +98,7 @@ void BytecodeWriter::outputConstants(bool isFunction) {
|
||||
for (unsigned i = ValNo; i < ValNo+NC; ++i) {
|
||||
const Value *V = Plane[i];
|
||||
if (const Constant *CPV = dyn_cast<Constant>(V)) {
|
||||
//cerr << "Serializing value: <" << V->getType() << ">: "
|
||||
// << ((const Constant*)V)->getStrValue() << ":"
|
||||
//cerr << "Serializing value: <" << V->getType() << ">: " << V << ":"
|
||||
// << Out.size() << "\n";
|
||||
outputConstant(CPV);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user