Add special 'get' methods to create an Attribute with an alignment. Also do some...
[oota-llvm.git] / include / llvm / AutoUpgrade.h
index 5ce20b69e2fb2a26d7c228499ddd5ce5cc354a55..e13c4c12b0f4ac8d422333e7b7f5fd8cf729e6c6 100644 (file)
@@ -39,10 +39,6 @@ namespace llvm {
   /// This checks for global variables which should be upgraded. It returns true
   /// if it requires upgrading.
   bool UpgradeGlobalVariable(GlobalVariable *GV);
-
-  /// This function checks debug info intrinsics. If an intrinsic is invalid
-  /// then this function simply removes the intrinsic. 
-  void CheckDebugInfoIntrinsics(Module *M);
 } // End llvm namespace
 
 #endif