]> granicus.if.org Git - clang/commit
Make -funroll-loops turn on loop unrolling in the optimizer instead
authorEric Christopher <echristo@apple.com>
Sat, 7 Aug 2010 23:08:14 +0000 (23:08 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 7 Aug 2010 23:08:14 +0000 (23:08 +0000)
commitf84d409903dd4107c8cef5a08fcfce6e5c21d4de
tree1fa781251f4d9f2a929eacdda40573ad13302594
parent2f05449fa1c9015a84b74c3308b856fc704662be
Make -funroll-loops turn on loop unrolling in the optimizer instead
of just ignoring it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110525 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp