projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8b2df4
)
MachineFunction: Add missing newline in debug print()
author
Matthias Braun
<matze@braunis.de>
Thu, 29 Sep 2016 01:47:42 +0000
(
01:47
+0000)
committer
Matthias Braun
<matze@braunis.de>
Thu, 29 Sep 2016 01:47:42 +0000
(
01:47
+0000)
Should not be a functional but an aesthetic change.
llvm-svn: 282669
llvm/lib/CodeGen/MachineFunction.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/CodeGen/MachineFunction.cpp
b/llvm/lib/CodeGen/MachineFunction.cpp
index f6da4b15ccf94cc4af595ec7cdd62f1f14bc8cea..dd306b8af781545e754e25b2859f05d8d07ee063 100644
(file)
--- a/
llvm/lib/CodeGen/MachineFunction.cpp
+++ b/
llvm/lib/CodeGen/MachineFunction.cpp
@@
-417,6
+417,7
@@
StringRef MachineFunction::getName() const {
void MachineFunction::print(raw_ostream &OS, const SlotIndexes *Indexes) const {
OS << "# Machine code for function " << getName() << ": ";
getProperties().print(OS);
+ OS << '\n';
// Print Frame Information
FrameInfo->print(*this, OS);