diff options
author | Eric Christopher <echristo@apple.com> | 2012-02-23 03:39:43 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-02-23 03:39:43 +0000 |
commit | 0822e010d1b55eb24e746a575a31235f45110ac3 (patch) | |
tree | 0a69d85a615409ef0724efbb6e0c2615994cb98f /lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | |
parent | 244136770babf37d53db6b57a9e575097c73e3d0 (diff) |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp index fd8051e7ba..0a506254e5 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; } |