Check for common, not no-common, because the no- prefix is handled earlier.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 31 Aug 2008 22:00:31 +0000 (22:00 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 31 Aug 2008 22:00:31 +0000 (22:00 +0000)
[r21602]

main.c

diff --git a/main.c b/main.c
index d91bb0b..c0b9448 100644 (file)
--- a/main.c
+++ b/main.c
@@ -650,7 +650,7 @@ int main(int argc, char **argv)
                                           streq(opt, "jump-tables")             ||
                                           streq(opt, "unroll-loops")            ||
                                           streq(opt, "expensive-optimizations") ||
-                                          streq(opt, "no-common")               ||
+                                          streq(opt, "common")                  ||
                                           streq(opt, "PIC")                     ||
                                           strstart(opt, "align-loops=")         ||
                                           strstart(opt, "align-jumps=")         ||