OSDN Git Service

Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do not...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 16 Oct 2009 21:02:20 +0000 (21:02 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 16 Oct 2009 21:02:20 +0000 (21:02 +0000)
commitbf57b52ba424bbaaa6e2d25dd4df731deb59f959
tree547a1d8838ea2587ede5d4058fe47e87d0a6bbb1
parentb00f236b03ea57520f94823780896ebdbc5d8bdc
Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do not want post-regalloc scheduling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84272 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetMachine.h
tools/llc/llc.cpp
tools/lli/lli.cpp