summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-02-23 03:39:43 +0000
committerEric Christopher <echristo@apple.com>2012-02-23 03:39:43 +0000
commit18c6be713243a5a4f47036d499bccdc701b04cb3 (patch)
tree9f4c175316266f6abf292896419efb38496b9dd6 /llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
parent5c45205b795edd3ae486445e4bc7771c32d676a7 (diff)
downloadbcm5719-llvm-18c6be713243a5a4f47036d499bccdc701b04cb3.tar.gz
bcm5719-llvm-18c6be713243a5a4f47036d499bccdc701b04cb3.zip
More newline cleanups.
llvm-svn: 151235
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
index fd8051e7ba2..0a506254e59 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
@@ -368,7 +368,7 @@ int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) {
ByValArgFrameIndexMap.find(A);
if (I != ByValArgFrameIndexMap.end())
return I->second;
- DEBUG(dbgs() << "Argument does not have assigned frame index!");
+ DEBUG(dbgs() << "Argument does not have assigned frame index!\n");
return 0;
}
OpenPOWER on IntegriCloud