1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Add some handy-dandy newlines.

llvm-svn: 151234
This commit is contained in:
Eric Christopher 2012-02-23 03:39:39 +00:00
parent 913f302a31
commit ab73f1be35

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