mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
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:
parent
9fcdadb08c
commit
6020ddd57e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user