mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
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:
parent
63d578b5aa
commit
244136770b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user