Fix a typo in a comment, and zap a blank line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9184 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2003-10-16 23:33:38 +00:00
parent 9fcdadb08c
commit 6020ddd57e

View File

@ -116,7 +116,7 @@ void JITMemoryManager::endFunctionBody(unsigned char *FunctionEnd) {
namespace {
/// Emitter - The JIT implementation of the MachineCodeEmiter, which is used
/// Emitter - The JIT implementation of the MachineCodeEmitter, which is used
/// to output functions to memory for execution.
class Emitter : public MachineCodeEmitter {
JITMemoryManager MemMgr;
@ -215,7 +215,6 @@ void Emitter::emitWord(unsigned W) {
CurByte += sizeof(unsigned);
}
uint64_t Emitter::getGlobalValueAddress(GlobalValue *V) {
// Try looking up the function to see if it is already compiled, if not return
// 0.