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
8f499f17
Commit
8f499f17
authored
18 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
fix typo
llvm-svn: 30453
parent
b0b8ddd1
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/Constants.h
+1
-1
1 addition, 1 deletion
llvm/include/llvm/Constants.h
with
1 addition
and
1 deletion
llvm/include/llvm/Constants.h
+
1
−
1
View file @
8f499f17
...
...
@@ -61,7 +61,7 @@ public:
/// Return the constant as a 64-bit integer value after it has been sign
/// sign extended as appropriate for the type of this constant.
/// @brief R
E
turn the sign extended value.
/// @brief R
e
turn the sign extended value.
inline
int64_t
getSExtValue
()
const
{
unsigned
Size
=
getType
()
->
getPrimitiveSizeInBits
();
return
(
Val
.
Signed
<<
(
64
-
Size
))
>>
(
64
-
Size
);
...
...
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