cparser knowns unroll loops
authorMatthias Braun <matthias.braun@kit.edu>
Fri, 10 Aug 2012 12:15:47 +0000 (14:15 +0200)
committerMatthias Braun <matthias.braun@kit.edu>
Fri, 10 Aug 2012 12:15:47 +0000 (14:15 +0200)
main.c

diff --git a/main.c b/main.c
index ebf4500..3de7d26 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1698,7 +1698,6 @@ int main(int argc, char **argv)
                                                   streq(opt, "align-loops")             ||
                                                   streq(opt, "align-jumps")             ||
                                                   streq(opt, "align-functions")         ||
-                                                  streq(opt, "unroll-loops")            ||
                                                   streq(opt, "PIC")                     ||
                                                   streq(opt, "stack-protector")         ||
                                                   streq(opt, "stack-protector-all")) {