diff options
author | Christopher Lamb <christopher.lamb@gmail.com> | 2007-10-18 19:29:45 +0000 |
---|---|---|
committer | Christopher Lamb <christopher.lamb@gmail.com> | 2007-10-18 19:29:45 +0000 |
commit | a4c791072f65b44b069a8acf17f85a3849cfb36d (patch) | |
tree | 093b1eb8291d1754380fe63ec61861cc9ff95b33 | |
parent | 91ee18c1f7661c1603ac0e2cca4e11b8c28df9f5 (diff) |
Fix a misnamed parameter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43145 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.h b/lib/Target/ARM/ARMInstrInfo.h index 51cea19dcf..b1d122dd5b 100644 --- a/lib/Target/ARM/ARMInstrInfo.h +++ b/lib/Target/ARM/ARMInstrInfo.h @@ -173,7 +173,7 @@ public: virtual bool SubsumesPredicate(const std::vector<MachineOperand> &Pred1, - const std::vector<MachineOperand> &Pred1) const; + const std::vector<MachineOperand> &Pred2) const; virtual bool DefinesPredicate(MachineInstr *MI, std::vector<MachineOperand> &Pred) const; |