Add some handy-dandy newlines.

llvm-svn: 151234
This commit is contained in:
Eric Christopher 2012-02-23 03:39:39 +00:00
parent da6a15d90d
commit 5c45205b79
1 changed files with 2 additions and 2 deletions

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);