Tweak comment.

llvm-svn: 80891
This commit is contained in:
Daniel Dunbar 2009-09-03 05:47:22 +00:00
parent f4366a3998
commit 76628def06
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ int main(int argc, char **argv) {
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();