Fix a misnamed parameter.
authorChristopher Lamb <christopher.lamb@gmail.com>
Thu, 18 Oct 2007 19:29:45 +0000 (19:29 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Thu, 18 Oct 2007 19:29:45 +0000 (19:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43145 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.h

index 51cea19dcfca6e6bb38fc9ab437b1d5a0ca19db1..b1d122dd5b9dfee9f914526667925ccc2a2edec5 100644 (file)
@@ -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;