Author: ddunbar
Date: Thu Apr 15 01:18:42 2010
New Revision: 101357

URL: http://llvm.org/viewvc/llvm-project?rev=101357&view=rev
Log:
Tidy up comment.

Modified:
    cfe/trunk/lib/Driver/Tools.cpp

Modified: cfe/trunk/lib/Driver/Tools.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?rev=101357&r1=101356&r2=101357&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.cpp (original)
+++ cfe/trunk/lib/Driver/Tools.cpp Thu Apr 15 01:18:42 2010
@@ -1393,10 +1393,9 @@
 
   // Claim some arguments which clang supports automatically.
 
-  // -fpch-preprocess is used with gcc to add a special marker in the
-  // -output to include the PCH file. Clang's PTH solution is
-  // -completely transparent, so we do not need to deal with it at
-  // -all.
+  // -fpch-preprocess is used with gcc to add a special marker in the output to
+  // include the PCH file. Clang's PTH solution is completely transparent, so 
we
+  // do not need to deal with it at all.
   Args.ClaimAllArgs(options::OPT_fpch_preprocess);
 
   // Claim some arguments which clang doesn't support, but we don't


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to