[cfe-commits] r110190 - /cfe/trunk/include/clang/Driver/Options.td

Eric Christopher echristo at apple.com
Tue Aug 3 23:55:48 PDT 2010


Author: echristo
Date: Wed Aug  4 01:55:48 2010
New Revision: 110190

URL: http://llvm.org/viewvc/llvm-project?rev=110190&view=rev
Log:
Accept and ignore (for now) -funroll-loops.

Modified:
    cfe/trunk/include/clang/Driver/Options.td

Modified: cfe/trunk/include/clang/Driver/Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Options.td?rev=110190&r1=110189&r2=110190&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Options.td (original)
+++ cfe/trunk/include/clang/Driver/Options.td Wed Aug  4 01:55:48 2010
@@ -385,6 +385,7 @@
 def ftime_report : Flag<"-ftime-report">, Group<f_Group>;
 def ftrapv : Flag<"-ftrapv">, Group<f_Group>;
 def funit_at_a_time : Flag<"-funit-at-a-time">, Group<f_Group>;
+def funroll_loops : Flag<"-funroll-loops">, Group<clang_ignored_f_Group>;
 def funsigned_bitfields : Flag<"-funsigned-bitfields">, Group<f_Group>;
 def funsigned_char : Flag<"-funsigned-char">, Group<f_Group>;
 def funwind_tables : Flag<"-funwind-tables">, Group<f_Group>;





More information about the cfe-commits mailing list