From: Eric Christopher Date: Wed, 4 Aug 2010 06:55:48 +0000 (+0000) Subject: Accept and ignore (for now) -funroll-loops. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fcefd965990899b9093656a5242be5a273d7135;p=clang Accept and ignore (for now) -funroll-loops. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110190 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index 73c8e6bda2..ccf55ef8af 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -385,6 +385,7 @@ def fthreadsafe_statics : Flag<"-fthreadsafe-statics">, Group; def ftime_report : Flag<"-ftime-report">, Group; def ftrapv : Flag<"-ftrapv">, Group; def funit_at_a_time : Flag<"-funit-at-a-time">, Group; +def funroll_loops : Flag<"-funroll-loops">, Group; def funsigned_bitfields : Flag<"-funsigned-bitfields">, Group; def funsigned_char : Flag<"-funsigned-char">, Group; def funwind_tables : Flag<"-funwind-tables">, Group;