The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / AutoUpgrade.h
index 8ca3548f533e3aed60401a979a35d4e9ef1232ab..e13c4c12b0f4ac8d422333e7b7f5fd8cf729e6c6 100644 (file)
@@ -39,14 +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);
-  
-  /// This function upgrades the old pre-3.0 exception handling system to the
-  /// new one. N.B. This will be removed in 3.1.
-  void UpgradeExceptionHandling(Module *M);
 } // End llvm namespace
 
 #endif