aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit0822e010d1b55eb24e746a575a31235f45110ac3 (patch)
tree0a69d85a615409ef0724efbb6e0c2615994cb98f /lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
parent244136770babf37d53db6b57a9e575097c73e3d0 (diff)
downloadexternal_llvm-0822e010d1b55eb24e746a575a31235f45110ac3.zip
external_llvm-0822e010d1b55eb24e746a575a31235f45110ac3.tar.gz
external_llvm-0822e010d1b55eb24e746a575a31235f45110ac3.tar.bz2
More newline cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
index fd8051e..0a50625 100644
--- a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
+++ b/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;
}