commit | 019f851ab26511c089e41b61901f743e75f90714 | [log] [tgz] |
---|---|---|
author | Nate Begeman <natebegeman@mac.com> | Sun Sep 10 23:03:44 2006 +0000 |
committer | Nate Begeman <natebegeman@mac.com> | Sun Sep 10 23:03:44 2006 +0000 |
tree | ea2bc98cabda82ffcb48ff1d0772920df577b1bc | |
parent | f369dd26fbc8e3e174be0773fec6bffa80fb6cd4 [diff] [blame] |
Behold, more work on relocations. Things are looking pretty good now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30240 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/JIT/JITEmitter.cpp b/lib/ExecutionEngine/JIT/JITEmitter.cpp index e266c75..91ae641 100644 --- a/lib/ExecutionEngine/JIT/JITEmitter.cpp +++ b/lib/ExecutionEngine/JIT/JITEmitter.cpp
@@ -673,7 +673,7 @@ /// void *ConstantPoolBase; - /// ConstantPool - The constant pool for the current function. + /// JumpTable - The jump tables for the current function. /// MachineJumpTableInfo *JumpTable;