Revert revisions r234755, r234759, r234760
[oota-llvm.git] / lib / Target / R600 / AMDGPUSubtarget.h
index 2b7f6f221107ee3282d51dd1936488e41d5d11a2..aeb0817553dd53ab1ae62a666254e26052e210f3 100644 (file)
@@ -183,14 +183,6 @@ public:
     return (getGeneration() >= EVERGREEN);
   }
 
-  bool hasCARRY() const {
-    return (getGeneration() >= EVERGREEN);
-  }
-
-  bool hasBORROW() const {
-    return (getGeneration() >= EVERGREEN);
-  }
-
   bool IsIRStructurizerEnabled() const {
     return EnableIRStructurizer;
   }