Change @llvm.clear_cache default to call rt-lib
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.h
index 5f6ea754348c395e2c56f299a8bf1aae7cf848af..022945f625afd6292e10f3cb519b16b7adbb3131 100644 (file)
@@ -384,11 +384,6 @@ namespace llvm {
     bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
                                            Type *Ty) const override;
 
-    /// Clear cache library call
-    const char * getClearCacheBuiltinName() const {
-      return "__clear_cache";
-    }
-
   protected:
     std::pair<const TargetRegisterClass*, uint8_t>
     findRepresentativeClass(MVT VT) const override;