From 88bb8d85744b0d0ad4294230c3b93e705aa098c9 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Sat, 25 Mar 2006 18:42:45 +0000 Subject: [PATCH] Unused function - easier to throw away than fix. llvm-svn: 27123 --- llvm/include/llvm/Assembly/AutoUpgrade.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/llvm/include/llvm/Assembly/AutoUpgrade.h b/llvm/include/llvm/Assembly/AutoUpgrade.h index 0bc69a8a4e71..2c959b8e8b7b 100644 --- a/llvm/include/llvm/Assembly/AutoUpgrade.h +++ b/llvm/include/llvm/Assembly/AutoUpgrade.h @@ -36,14 +36,6 @@ namespace llvm { /// @brief Remove overloaded intrinsic function names. Function* UpgradeIntrinsicFunction(Function* F); - Instruction* MakeUpgradedCall( - Function* F, ///< The function to call - const std::vector& Params, ///< Operands of the call - BasicBlock* BB, ///< Basic block the caller will insert result to - bool isTailCall = false, ///< True if this is a tail call. - unsigned CallingConv = 0 ///< Calling convention to use - ); - /// In LLVM 1.7, the overloading of intrinsic functions was replaced with /// separate functions for each of the various argument sizes. This function /// implements the auto-upgrade feature from old overloaded names to the new -- GitLab