Add some handy-dandy newlines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151234 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2012-02-23 03:39:39 +00:00
parent 63d578b5aa
commit 244136770b

View File

@ -4565,7 +4565,7 @@ SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I, unsigned Intrinsic) {
// Check if address has undef value.
if (isa<UndefValue>(Address) ||
(Address->use_empty() && !isa<Argument>(Address))) {
DEBUG(dbgs() << "Dropping debug info for " << DI);
DEBUG(dbgs() << "Dropping debug info for " << DI << "\n");
return 0;
}
@ -4599,7 +4599,7 @@ SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I, unsigned Intrinsic) {
0, dl, SDNodeOrder);
else {
// Can't do anything with other non-AI cases yet.
DEBUG(dbgs() << "Dropping debug info for " << DI);
DEBUG(dbgs() << "Dropping debug info for " << DI << "\n");
return 0;
}
DAG.AddDbgValue(SDV, N.getNode(), isParameter);