[NFC] Remove unnecessary comment
authorDean Michael Berris <dberris@google.com>
Thu, 1 Sep 2016 01:58:24 +0000 (01:58 +0000)
committerDean Michael Berris <dberris@google.com>
Thu, 1 Sep 2016 01:58:24 +0000 (01:58 +0000)
llvm-svn: 280336

llvm/lib/Target/Hexagon/HexagonInstrInfo.h

index fcb3f03..a0204f7 100644 (file)
@@ -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;