mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 05:30:49 +00:00
Break line to fit 80 columns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
47d3e26139
commit
9a9433b8b5
@ -200,7 +200,8 @@ bool BytecodeParser::parseConstantValue(const uchar *&Buf, const uchar *EndBuf,
|
||||
const Type *argTy = getType(argTypeSlot);
|
||||
if (argTy == 0) return failure(true);
|
||||
|
||||
BCR_TRACE(4, "CE Arg " << i << ": Type: '" << argTy << "' slot: " << argValSlot << "\n");
|
||||
BCR_TRACE(4, "CE Arg " << i << ": Type: '" << argTy << "' slot: "
|
||||
<< argValSlot << "\n");
|
||||
|
||||
// Get the arg value from its slot if it exists, otherwise a placeholder
|
||||
Value *Val = getValue(argTy, argValSlot, false);
|
||||
|
Loading…
Reference in New Issue
Block a user