Add a new option to indicate we want the code generator to emit code quickly,
authorChris Lattner <sabre@nondot.org>
Tue, 8 Nov 2005 02:12:47 +0000 (02:12 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Nov 2005 02:12:47 +0000 (02:12 +0000)
commitdf2e425f2a3b64eb17be927539cd39cb1f1c5f77
tree8f32ec62c2107d0bf7fa11417191670e5bbce1b6
parent178e0c41ce22160e6a1005420a52c29162dd87d3
Add a new option to indicate we want the code generator to emit code quickly,
not spending tons of time microoptimizing it.  This is useful for an -O0
style of build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24235 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetMachine.h
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h