Tweak comment.

llvm-svn: 80882
This commit is contained in:
Daniel Dunbar 2009-09-03 04:54:12 +00:00
parent 5daf61910e
commit 57f2224c79
1 changed files with 1 additions and 1 deletions

View File

@ -2163,7 +2163,7 @@ int main(int argc, char **argv) {
llvm::PrettyStackTraceProgram X(argc, argv);
llvm::LLVMContext &Context = llvm::getGlobalContext();
// Initialize targets first.
// Initialize targets first, so that --version shows registered targets.
llvm::InitializeAllTargets();
llvm::InitializeAllAsmPrinters();