mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 16:09:57 +00:00
[NFC] Remove unnecessary comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280336 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d17ccfb980
commit
1d154049a4
@ -280,6 +280,8 @@ public:
|
||||
/// If the instruction is an increment of a constant value, return the amount.
|
||||
bool getIncrementValue(const MachineInstr &MI, int &Value) const override;
|
||||
|
||||
bool isTailCall(const MachineInstr &MI) const override;
|
||||
|
||||
/// HexagonInstrInfo specifics.
|
||||
///
|
||||
|
||||
@ -340,10 +342,6 @@ public:
|
||||
bool isSignExtendingLoad(const MachineInstr &MI) const;
|
||||
bool isSolo(const MachineInstr &MI) const;
|
||||
bool isSpillPredRegOp(const MachineInstr &MI) const;
|
||||
|
||||
// Defined in Target.h.
|
||||
bool isTailCall(const MachineInstr &MI) const override;
|
||||
|
||||
bool isTC1(const MachineInstr &MI) const;
|
||||
bool isTC2(const MachineInstr &MI) const;
|
||||
bool isTC2Early(const MachineInstr &MI) const;
|
||||
|
Loading…
Reference in New Issue
Block a user