diff options
Diffstat (limited to 'llvm/lib/Target/ARM/ARMInstrInfo.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.h b/llvm/lib/Target/ARM/ARMInstrInfo.h index cb0b812e161..33645b2d334 100644 --- a/llvm/lib/Target/ARM/ARMInstrInfo.h +++ b/llvm/lib/Target/ARM/ARMInstrInfo.h @@ -104,7 +104,7 @@ public: virtual bool ReverseBranchCondition(std::vector<MachineOperand> &Cond) const; // Predication support. - virtual void PredicateInstruction(MachineInstr *MI, + virtual bool PredicateInstruction(MachineInstr *MI, std::vector<MachineOperand> &Cond) const; }; |