r188408 - Fix grammar mistake.
Shuxin Yang
shuxin.llvm at gmail.com
Wed Aug 14 13:07:24 PDT 2013
Author: shuxin_yang
Date: Wed Aug 14 15:07:23 2013
New Revision: 188408
URL: http://llvm.org/viewvc/llvm-project?rev=188408&view=rev
Log:
Fix grammar mistake.
Thank Richard Smith for figuring out this problem.
Modified:
cfe/trunk/test/Driver/lto.c
Modified: cfe/trunk/test/Driver/lto.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/lto.c?rev=188408&r1=188407&r2=188408&view=diff
==============================================================================
--- cfe/trunk/test/Driver/lto.c (original)
+++ cfe/trunk/test/Driver/lto.c Wed Aug 14 15:07:23 2013
@@ -1,4 +1,4 @@
-// -flto, and -O4 all cause a switch to llvm-bc object files.
+// -flto and -O4 both cause a switch to llvm-bc object files.
// RUN: %clang -ccc-print-phases -c %s -flto 2> %t.log
// RUN: grep '2: compiler, {1}, lto-bc' %t.log
// RUN: %clang -ccc-print-phases -c %s -O4 2> %t.log
More information about the cfe-commits
mailing list