Added a way for TargetLowering to specify what values can be used as the
authorEvan Cheng <evan.cheng@apple.com>
Thu, 16 Mar 2006 21:47:42 +0000 (21:47 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 16 Mar 2006 21:47:42 +0000 (21:47 +0000)
commit714554d70717c73e0542ca93df36fa78765f87af
tree19e23365fbd8f5341a24f7cdffec9ad0688cddfc
parent8aa777d5ea8e73e2edf79fd35fd6b5c4e9949ca7
Added a way for TargetLowering to specify what values can be used as the
scale component of the target addressing mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26802 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86TargetMachine.cpp