diff options
author | Nate Begeman <natebegeman@mac.com> | 2006-09-10 23:03:44 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2006-09-10 23:03:44 +0000 |
commit | 019f851ab26511c089e41b61901f743e75f90714 (patch) | |
tree | ea2bc98cabda82ffcb48ff1d0772920df577b1bc /lib/ExecutionEngine/JIT/JITEmitter.cpp | |
parent | f369dd26fbc8e3e174be0773fec6bffa80fb6cd4 (diff) |
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
Diffstat (limited to 'lib/ExecutionEngine/JIT/JITEmitter.cpp')
-rw-r--r-- | lib/ExecutionEngine/JIT/JITEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/JIT/JITEmitter.cpp b/lib/ExecutionEngine/JIT/JITEmitter.cpp index e266c7555a..91ae641c2e 100644 --- a/lib/ExecutionEngine/JIT/JITEmitter.cpp +++ b/lib/ExecutionEngine/JIT/JITEmitter.cpp @@ -673,7 +673,7 @@ namespace { /// void *ConstantPoolBase; - /// ConstantPool - The constant pool for the current function. + /// JumpTable - The jump tables for the current function. /// MachineJumpTableInfo *JumpTable; |