diff options
| author | Dean Michael Berris <dberris@google.com> | 2016-09-01 01:58:24 +0000 |
|---|---|---|
| committer | Dean Michael Berris <dberris@google.com> | 2016-09-01 01:58:24 +0000 |
| commit | 6d6addbe1551320df13f957045dbd317611cd849 (patch) | |
| tree | 0de8916e7777bcec6464a92ef20ef43bebb85a91 /llvm/lib | |
| parent | c735b902a96b85fb571a57e268bd1c111119bab3 (diff) | |
| download | bcm5719-llvm-6d6addbe1551320df13f957045dbd317611cd849.tar.gz bcm5719-llvm-6d6addbe1551320df13f957045dbd317611cd849.zip | |
[NFC] Remove unnecessary comment
llvm-svn: 280336
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/Hexagon/HexagonInstrInfo.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonInstrInfo.h b/llvm/lib/Target/Hexagon/HexagonInstrInfo.h index fcb3f037354..a0204f73141 100644 --- a/llvm/lib/Target/Hexagon/HexagonInstrInfo.h +++ b/llvm/lib/Target/Hexagon/HexagonInstrInfo.h @@ -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; |

