mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-05 01:56:16 +00:00
Fix a misnamed parameter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43145 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
91ee18c1f7
commit
a4c791072f
@ -173,7 +173,7 @@ public:
|
|||||||
|
|
||||||
virtual
|
virtual
|
||||||
bool SubsumesPredicate(const std::vector<MachineOperand> &Pred1,
|
bool SubsumesPredicate(const std::vector<MachineOperand> &Pred1,
|
||||||
const std::vector<MachineOperand> &Pred1) const;
|
const std::vector<MachineOperand> &Pred2) const;
|
||||||
|
|
||||||
virtual bool DefinesPredicate(MachineInstr *MI,
|
virtual bool DefinesPredicate(MachineInstr *MI,
|
||||||
std::vector<MachineOperand> &Pred) const;
|
std::vector<MachineOperand> &Pred) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user