diff options
author | Eric Christopher <echristo@apple.com> | 2010-08-04 06:55:48 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-08-04 06:55:48 +0000 |
commit | 1d3dc20aaa7a5c3ad60437da6947330e334ef44e (patch) | |
tree | daf4674f2d5e54ba85e3c37166b485d0fe84d07b | |
parent | 8a705c15d9a468ed0377da1b254b50fac1b2b1bc (diff) | |
download | bcm5719-llvm-1d3dc20aaa7a5c3ad60437da6947330e334ef44e.tar.gz bcm5719-llvm-1d3dc20aaa7a5c3ad60437da6947330e334ef44e.zip |
Accept and ignore (for now) -funroll-loops.
llvm-svn: 110190
-rw-r--r-- | clang/include/clang/Driver/Options.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index 73c8e6bda2e..ccf55ef8afc 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -385,6 +385,7 @@ def fthreadsafe_statics : Flag<"-fthreadsafe-statics">, Group<f_Group>; 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>; |