Added MispredictPenalty to SchedMachineModel.
authorAndrew Trick <atrick@apple.com>
Wed, 8 Aug 2012 02:44:16 +0000 (02:44 +0000)
committerAndrew Trick <atrick@apple.com>
Wed, 8 Aug 2012 02:44:16 +0000 (02:44 +0000)
commitd43b5c97cff06d7840b974ca84fa0639d2567968
treeeb9de873f2da7cc46629dc7c007658844382a9e8
parent3c417554caedde3a333755916701c8380606342a
Added MispredictPenalty to SchedMachineModel.

This replaces an existing subtarget hook on ARM and allows standard
CodeGen passes to potentially use the property.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161471 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSchedule.h
include/llvm/Target/TargetSchedule.td
lib/Target/ARM/ARMScheduleA8.td
lib/Target/ARM/ARMScheduleA9.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
utils/TableGen/SubtargetEmitter.cpp