[ARM] fix initialization of PredictableSelectIsExpensive
authorJunmo Park <junmoz.park@samsung.com>
Tue, 23 Feb 2016 09:56:58 +0000 (09:56 +0000)
committerJunmo Park <junmoz.park@samsung.com>
Tue, 23 Feb 2016 09:56:58 +0000 (09:56 +0000)
commit453f4aa4ddce612a3f1c28c972ab5407445dab97
tree64d1dbab1d093e3ee83eb15f24152d3c2f0d3c54
parent6bb4b88216b466f31397757643586aaf12fa54ad
[ARM] fix initialization of PredictableSelectIsExpensive

Summary:
If we want classify OoO or not, using getSchedModel().isOutOfOrder()
could be more proper way than using Subtarget->isLikeA9().

Reviewers: jmolloy, rengolin

Differential Revision: http://reviews.llvm.org/D17433

llvm-svn: 261623
llvm/lib/Target/ARM/ARMISelLowering.cpp