Add a #include for the uses of uint64_t.
[oota-llvm.git] / include / llvm / AutoUpgrade.h
index 023587790f23e078446bfd1e292e6ee9440774aa..3a97353ac92ee099dcadb18d2459d22330594d03 100644 (file)
@@ -35,12 +35,6 @@ namespace llvm {
   /// so that it can update all calls to the old function.
   void UpgradeCallsToIntrinsic(Function* F);
 
-  /// This is an auto-upgrade hook for mutiple-value return statements.
-  /// This function auto-upgrades all such return statements in the given
-  /// function to use aggregate return values built with insertvalue
-  /// instructions.
-  void UpgradeMultipleReturnValues(Function *F);
-
 } // End llvm namespace
 
 #endif