Remove dead code.
[oota-llvm.git] / include / llvm / IR / Module.h
index cb500ffe7cb6a642b715b077c5e2fad7f5dad7a2..d414405818261089c1f566a67e410e0604ed4bc1 100644 (file)
@@ -340,10 +340,6 @@ public:
   Constant *getOrInsertFunction(StringRef Name, Type *RetTy, ...)
     END_WITH_NULL;
 
-  Constant *getOrInsertTargetIntrinsic(StringRef Name,
-                                       FunctionType *Ty,
-                                       AttributeSet AttributeList);
-
   /// getFunction - Look up the specified function in the module symbol table.
   /// If it does not exist, return null.
   Function *getFunction(StringRef Name) const;