diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-11-06 01:18:29 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-11-06 01:18:29 +0000 |
| commit | ca323d74dda538616b29c5c59b43156a3eea8d35 (patch) | |
| tree | 89a9365b75c87d063e5d7d8b273009e6ae33468e /lib/ExecutionEngine | |
| parent | 41f84b6a14b8378d0cc83f2ddad060060c74324f (diff) | |
| download | external_llvm-ca323d74dda538616b29c5c59b43156a3eea8d35.zip external_llvm-ca323d74dda538616b29c5c59b43156a3eea8d35.tar.gz external_llvm-ca323d74dda538616b29c5c59b43156a3eea8d35.tar.bz2 | |
Need a \n.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58788 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine')
| -rw-r--r-- | lib/ExecutionEngine/JIT/JITEmitter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/JIT/JITEmitter.cpp b/lib/ExecutionEngine/JIT/JITEmitter.cpp index 0732806..60c9cd0 100644 --- 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 |
