Revert r194865 and r194874.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXSubtarget.h
index a18392034163b7bd4004aafe47fea09a7ff8981f..670077daaa69e30aebf65ab99e774139de585994 100644 (file)
@@ -36,8 +36,6 @@ class NVPTXSubtarget : public NVPTXGenSubtargetInfo {
   // SM version x.y is represented as 10*x+y, e.g. 3.1 == 31
   unsigned int SmVersion;
 
-  virtual void anchor();
-
 public:
   /// This constructor initializes the data members to match that
   /// of the specified module.