[llvm-commits] [llvm] r43145 - /llvm/trunk/lib/Target/ARM/ARMInstrInfo.h

Christopher Lamb christopher.lamb at gmail.com
Thu Oct 18 12:29:45 PDT 2007


Author: clamb
Date: Thu Oct 18 14:29:45 2007
New Revision: 43145

URL: http://llvm.org/viewvc/llvm-project?rev=43145&view=rev
Log:
Fix a misnamed parameter.

Modified:
    llvm/trunk/lib/Target/ARM/ARMInstrInfo.h

Modified: llvm/trunk/lib/Target/ARM/ARMInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrInfo.h?rev=43145&r1=43144&r2=43145&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrInfo.h (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrInfo.h Thu Oct 18 14:29:45 2007
@@ -173,7 +173,7 @@
 
   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;





More information about the llvm-commits mailing list