Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-epi
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
Show more breadcrumbs
Roger Ferrer
llvm-epi
Commits
04c0862a
Commit
04c0862a
authored
5 years ago
by
Evandro Menezes
Browse files
Options
Downloads
Patches
Plain Diff
[Transforms] Fix comments for hasFloatFn() and getFloatFnName() (NFC)
llvm-svn: 368452
parent
27f6f2f8
No related branches found
Branches containing commit
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/Transforms/Utils/BuildLibCalls.h
+2
-2
2 additions, 2 deletions
llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
with
2 additions
and
2 deletions
llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
+
2
−
2
View file @
04c0862a
...
...
@@ -30,12 +30,12 @@ namespace llvm {
bool
inferLibFuncAttributes
(
Function
&
F
,
const
TargetLibraryInfo
&
TLI
);
bool
inferLibFuncAttributes
(
Module
*
M
,
StringRef
Name
,
const
TargetLibraryInfo
&
TLI
);
/// Check whether the overloaded
unary
floating point function
/// Check whether the overloaded floating point function
/// corresponding to \a Ty is available.
bool
hasFloatFn
(
const
TargetLibraryInfo
*
TLI
,
Type
*
Ty
,
LibFunc
DoubleFn
,
LibFunc
FloatFn
,
LibFunc
LongDoubleFn
);
/// Get the name of the overloaded
unary
floating point function
/// Get the name of the overloaded floating point function
/// corresponding to \a Ty.
StringRef
getFloatFnName
(
const
TargetLibraryInfo
*
TLI
,
Type
*
Ty
,
LibFunc
DoubleFn
,
LibFunc
FloatFn
,
...
...
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