projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33e868f
)
Need a \n.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 6 Nov 2008 01:18:29 +0000
(
01:18
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Thu, 6 Nov 2008 01:18:29 +0000
(
01:18
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58788
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp
patch
|
blob
|
history
diff --git
a/lib/ExecutionEngine/JIT/JITEmitter.cpp
b/lib/ExecutionEngine/JIT/JITEmitter.cpp
index 0732806b6ac5fadcfdfe5bf698a6162f206ced2d..60c9cd0aae19a4c68acd518cd185ec9c29aac386 100644
(file)
--- a/
lib/ExecutionEngine/JIT/JITEmitter.cpp
+++ b/
lib/ExecutionEngine/JIT/JITEmitter.cpp
@@
-970,9
+970,10
@@
bool JITEmitter::finishFunction(MachineFunction &F) {
DOUT << "0x" << (long)q << ": ";
DOUT<< std::setw(2) << std::setfill('0') << (unsigned short)*q << " ";
if (i%8==0)
- DOUT
<<"\n"
;
+ DOUT
<< '\n'
;
}
DOUT << std::dec;
+ DOUT<< '\n';
}
}
#endif