summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2006-09-10 23:03:44 +0000
committerNate Begeman <natebegeman@mac.com>2006-09-10 23:03:44 +0000
commita0d95a8da9ad1b85b5cdb100a13b46a78f7e9853 (patch)
treea226b3382ab93d0bcafd3fff1c59e5456e9788f6 /llvm/lib/ExecutionEngine
parentfbee8bfe4836b5b86b7cad4ab790585944857355 (diff)
downloadbcm5719-llvm-a0d95a8da9ad1b85b5cdb100a13b46a78f7e9853.tar.gz
bcm5719-llvm-a0d95a8da9ad1b85b5cdb100a13b46a78f7e9853.zip
Behold, more work on relocations. Things are looking pretty good now.
llvm-svn: 30240
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp b/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp
index e266c7555ae..91ae641c2e6 100644
--- a/llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud