From a4c791072f65b44b069a8acf17f85a3849cfb36d Mon Sep 17 00:00:00 2001 From: Christopher Lamb Date: Thu, 18 Oct 2007 19:29:45 +0000 Subject: [PATCH] Fix a misnamed parameter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43145 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMInstrInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMInstrInfo.h b/lib/Target/ARM/ARMInstrInfo.h index 51cea19dcfc..b1d122dd5b9 100644 --- a/lib/Target/ARM/ARMInstrInfo.h +++ b/lib/Target/ARM/ARMInstrInfo.h @@ -173,7 +173,7 @@ public: virtual bool SubsumesPredicate(const std::vector &Pred1, - const std::vector &Pred1) const; + const std::vector &Pred2) const; virtual bool DefinesPredicate(MachineInstr *MI, std::vector &Pred) const;