commit | 0822e010d1b55eb24e746a575a31235f45110ac3 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Thu Feb 23 03:39:43 2012 +0000 |
committer | Eric Christopher <echristo@apple.com> | Thu Feb 23 03:39:43 2012 +0000 |
tree | 0a69d85a615409ef0724efbb6e0c2615994cb98f | |
parent | 244136770babf37d53db6b57a9e575097c73e3d0 [diff] [blame] |
More newline cleanups. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151235 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ 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; }