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

Chad Rosier mcrosier at apple.com
Wed Jul 18 17:11:46 PDT 2012


Author: mcrosier
Date: Wed Jul 18 19:11:45 2012
New Revision: 160478

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

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=160478&r1=160477&r2=160478&view=diff
==============================================================================
--- llvm/trunk/tools/llc/llc.cpp (original)
+++ llvm/trunk/tools/llc/llc.cpp Wed Jul 18 19:11:45 2012
@@ -479,7 +479,7 @@
       TheTriple.isMacOSXVersionLT(10, 6))
     Target.setMCUseLoc(false);
 
-  // Figure out where we are going to send the output...
+  // Figure out where we are going to send the output.
   OwningPtr<tool_output_file> Out
     (GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]));
   if (!Out) return 1;





More information about the llvm-commits mailing list