mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 05:56:28 +00:00
Clean up cruft
llvm-svn: 5720
This commit is contained in:
parent
07a7a75331
commit
0509f2bb59
@ -334,10 +334,7 @@ static void WriteConstantInt(ostream &Out, const Constant *CV, bool PrintName,
|
||||
}
|
||||
|
||||
} else if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(CV)) {
|
||||
Out << CE->getOpcodeName();
|
||||
|
||||
bool isGEP = CE->getOpcode() == Instruction::GetElementPtr;
|
||||
Out << " (";
|
||||
Out << CE->getOpcodeName() << " (";
|
||||
|
||||
for (User::const_op_iterator OI=CE->op_begin(); OI != CE->op_end(); ++OI) {
|
||||
printTypeInt(Out, (*OI)->getType(), TypeTable);
|
||||
|
Loading…
Reference in New Issue
Block a user