Add override to overriden virtual methods, remove virtual keywords.
[oota-llvm.git] / lib / Target / R600 / AMDGPUISelLowering.h
index 3dc703520cb9dfe0a43b6f45ed3e6f5f548ffe0b..fc4c006a0e53d4956f344f50947b541eac577530 100644 (file)
@@ -153,10 +153,8 @@ public:
                                      const SelectionDAG &DAG,
                                      unsigned Depth = 0) const override;
 
-  virtual unsigned ComputeNumSignBitsForTargetNode(
-    SDValue Op,
-    const SelectionDAG &DAG,
-    unsigned Depth = 0) const override;
+  unsigned ComputeNumSignBitsForTargetNode(SDValue Op, const SelectionDAG &DAG,
+                                           unsigned Depth = 0) const override;
 
   /// \brief Helper function that adds Reg to the LiveIn list of the DAG's
   /// MachineFunction.