[llvm-commits] CVS: llvm/include/llvm/Assembly/AutoUpgrade.h
Jim Laskey
jlaskey at apple.com
Sat Mar 25 10:42:59 PST 2006
Changes in directory llvm/include/llvm/Assembly:
AutoUpgrade.h updated: 1.5 -> 1.6
---
Log message:
Unused function - easier to throw away than fix.
---
Diffs of the changes: (+0 -8)
AutoUpgrade.h | 8 --------
1 files changed, 8 deletions(-)
Index: llvm/include/llvm/Assembly/AutoUpgrade.h
diff -u llvm/include/llvm/Assembly/AutoUpgrade.h:1.5 llvm/include/llvm/Assembly/AutoUpgrade.h:1.6
--- llvm/include/llvm/Assembly/AutoUpgrade.h:1.5 Thu Mar 2 17:57:16 2006
+++ llvm/include/llvm/Assembly/AutoUpgrade.h Sat Mar 25 12:42:45 2006
@@ -36,14 +36,6 @@
/// @brief Remove overloaded intrinsic function names.
Function* UpgradeIntrinsicFunction(Function* F);
- Instruction* MakeUpgradedCall(
- Function* F, ///< The function to call
- const std::vector<Value*>& 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
More information about the llvm-commits
mailing list