The cleanup is done. Update comment.
authorChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 08:24:02 +0000 (08:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 08:24:02 +0000 (08:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14761 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/TargetSelect.cpp

index a14b365b61ec466d8513f56dc3014b54c4ad8d7c..7ef06a522004196392e82a5d49bc872936af480d 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//