summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-25 15:40:04 +0000
committerChris Lattner <sabre@nondot.org>2002-07-25 15:40:04 +0000
commit68c7b71ea610ad8ce512172cff65be19ddd244d5 (patch)
treed5b1153da7b5b4bc235feccd8d8a70c3216813c4 /llvm/lib
parent3f351ba1d72dc1a3d68c9e6b2d60536d0c98b34e (diff)
downloadbcm5719-llvm-68c7b71ea610ad8ce512172cff65be19ddd244d5.tar.gz
bcm5719-llvm-68c7b71ea610ad8ce512172cff65be19ddd244d5.zip
Break line to fit 80 columns
llvm-svn: 3083
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Bytecode/Reader/ConstantReader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Reader/ConstantReader.cpp b/llvm/lib/Bytecode/Reader/ConstantReader.cpp
index 6bbeb8680b1..6e86997f224 100644
--- a/llvm/lib/Bytecode/Reader/ConstantReader.cpp
+++ b/llvm/lib/Bytecode/Reader/ConstantReader.cpp
@@ -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);
OpenPOWER on IntegriCloud