mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Make debugging code not use getStrValue
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2295 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6228106e9f
commit
ccc259635a
@ -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…
Reference in New Issue
Block a user