mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Unused function - easier to throw away than fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27123 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e481b94bd5
commit
0a868961d6
@ -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<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
|
||||
|
Loading…
x
Reference in New Issue
Block a user