Fix build warning

llvm-svn: 267487
This commit is contained in:
Andrew Kaylor 2016-04-25 22:27:30 +00:00
parent 9135ff9247
commit 736efc894d
1 changed files with 1 additions and 1 deletions

View File

@ -1026,7 +1026,7 @@ bool Thumb2SizeReduce::ReduceMBB(MachineBasicBlock &MBB) {
bool Thumb2SizeReduce::runOnMachineFunction(MachineFunction &MF) {
if (skipFunction(*MF.getFunction()) ||
PredicateFtor && !PredicateFtor(*MF.getFunction()))
(PredicateFtor && !PredicateFtor(*MF.getFunction())))
return false;
STI = &static_cast<const ARMSubtarget &>(MF.getSubtarget());