Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
88bb8d85
Commit
88bb8d85
authored
19 years ago
by
Jim Laskey
Browse files
Options
Downloads
Patches
Plain Diff
Unused function - easier to throw away than fix.
llvm-svn: 27123
parent
b434464d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/include/llvm/Assembly/AutoUpgrade.h
+0
-8
0 additions, 8 deletions
llvm/include/llvm/Assembly/AutoUpgrade.h
with
0 additions
and
8 deletions
llvm/include/llvm/Assembly/AutoUpgrade.h
+
0
−
8
View file @
88bb8d85
...
@@ -36,14 +36,6 @@ namespace llvm {
...
@@ -36,14 +36,6 @@ namespace llvm {
/// @brief Remove overloaded intrinsic function names.
/// @brief Remove overloaded intrinsic function names.
Function
*
UpgradeIntrinsicFunction
(
Function
*
F
);
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
/// In LLVM 1.7, the overloading of intrinsic functions was replaced with
/// separate functions for each of the various argument sizes. This function
/// separate functions for each of the various argument sizes. This function
/// implements the auto-upgrade feature from old overloaded names to the new
/// implements the auto-upgrade feature from old overloaded names to the new
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment