[PGO] Allow input value node list to be null
[oota-llvm.git] / include / llvm / IR / DebugInfo.h
index a06174827ba5b892a0affee38408b73240f22e33..59cabd326d285f49a5b561cdf522704ce7fe533e 100644 (file)
@@ -143,8 +143,6 @@ private:
   bool TypeMapInitialized;
 };
 
-DenseMap<const Function *, DISubprogram *> makeSubprogramMap(const Module &M);
-
 } // end namespace llvm
 
 #endif