aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/TargetSelect.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-11 08:24:02 +0000
committerChris Lattner <sabre@nondot.org>2004-07-11 08:24:02 +0000
commitbeff74f821b461d6934ffdbecb426335f8f1f197 (patch)
tree12b995527cb90f0005ac661ccfe3d56f3b051c27 /lib/ExecutionEngine/JIT/TargetSelect.cpp
parent5f90cb8c9838ab03feef93c9dacd5ff652e5d8d2 (diff)
The cleanup is done. Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14761 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/JIT/TargetSelect.cpp')
-rw-r--r--lib/ExecutionEngine/JIT/TargetSelect.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/ExecutionEngine/JIT/TargetSelect.cpp b/lib/ExecutionEngine/JIT/TargetSelect.cpp
index a14b365b61..7ef06a5220 100644
--- a/lib/ExecutionEngine/JIT/TargetSelect.cpp
+++ b/lib/ExecutionEngine/JIT/TargetSelect.cpp
@@ -7,11 +7,8 @@
//
//===----------------------------------------------------------------------===//
//
-// This file contains the hideously gross code that is currently used to select
-// a particular TargetMachine for the JIT to use. This should obviously be
-// improved in the future, probably by having the TargetMachines register
-// themselves with the runtime, and then have them choose themselves if they
-// match the current machine.
+// This just asks the TargetMachineRegistry for the appropriate JIT to use, and
+// allows the user to specify a specific one on the commandline with -march=x.
//
//===----------------------------------------------------------------------===//