[llvm-commits] [llvm] r80891 - /llvm/trunk/tools/llc/llc.cpp

Daniel Dunbar daniel at zuster.org
Wed Sep 2 22:47:23 PDT 2009


Author: ddunbar
Date: Thu Sep  3 00:47:22 2009
New Revision: 80891

URL: http://llvm.org/viewvc/llvm-project?rev=80891&view=rev
Log:
Tweak comment.

Modified:
    llvm/trunk/tools/llc/llc.cpp

Modified: llvm/trunk/tools/llc/llc.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llc/llc.cpp?rev=80891&r1=80890&r2=80891&view=diff

==============================================================================
--- llvm/trunk/tools/llc/llc.cpp (original)
+++ llvm/trunk/tools/llc/llc.cpp Thu Sep  3 00:47:22 2009
@@ -211,7 +211,7 @@
   LLVMContext &Context = getGlobalContext();
   llvm_shutdown_obj Y;  // Call llvm_shutdown() on exit.
 
-  // Initialize targets first.
+  // Initialize targets first, so that --version shows registered targets.
   InitializeAllTargets();
   InitializeAllAsmPrinters();
 





More information about the llvm-commits mailing list