Skip to content

Commit 30c18e4

Browse files
bors[bot]vext01
andauthored
14: Remove newline from debug string. r=ltratt a=vext01 Co-authored-by: Edd Barrett <[email protected]>
2 parents 3d636b0 + 92cc47d commit 30c18e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Yk/ControlPoint.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ void createJITStatePrint(IRBuilder<> &Builder, Module *Mod, std::string Str) {
118118
FunctionType::get(Type::getVoidTy(Context),
119119
PointerType::get(Type::getInt8Ty(Context), 0), true));
120120
Value *PutsString =
121-
Builder.CreateGlobalStringPtr(StringRef(JIT_STATE_PREFIX + Str + "\n"));
121+
Builder.CreateGlobalStringPtr(StringRef(JIT_STATE_PREFIX + Str));
122122
Builder.CreateCall(Puts, PutsString);
123123
}
124124

0 commit comments

Comments
 (0)