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 | 79dfbed6f641324a50cc06ff5c807e75be5e6387 (patch) | |
tree | 406a7cadda45427a4323c6926320fa2430587878 /llvm/lib/Target/ARM/ARMInstrInfo.h | |
parent | 7f68cf0d57d801248cc2b73ac797b36b24b8304b (diff) | |
download | bcm5719-llvm-79dfbed6f641324a50cc06ff5c807e75be5e6387.tar.gz bcm5719-llvm-79dfbed6f641324a50cc06ff5c807e75be5e6387.zip |
Fix a misnamed parameter.
llvm-svn: 43145
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 51cea19dcfc..b1d122dd5b9 100644 --- a/llvm/lib/Target/ARM/ARMInstrInfo.h +++ b/llvm/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; |