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
ff35cf92
Commit
ff35cf92
authored
20 years ago
by
Reid Spencer
Browse files
Options
Downloads
Patches
Plain Diff
Doxygenize a comment.
llvm-svn: 14115
parent
1080b373
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/lib/Bytecode/Reader/ReaderPrimitives.h
+2
-2
2 additions, 2 deletions
llvm/lib/Bytecode/Reader/ReaderPrimitives.h
with
2 additions
and
2 deletions
llvm/lib/Bytecode/Reader/ReaderPrimitives.h
+
2
−
2
View file @
ff35cf92
...
...
@@ -20,6 +20,7 @@
namespace
llvm
{
/// @brief Read an unsigned integer
static
inline
unsigned
read
(
const
unsigned
char
*&
Buf
,
const
unsigned
char
*
EndBuf
)
{
if
(
Buf
+
4
>
EndBuf
)
throw
std
::
string
(
"Ran out of data!"
);
...
...
@@ -28,8 +29,7 @@ namespace llvm {
}
// read_vbr - Read an unsigned integer encoded in variable bitrate format.
//
/// @brief Read an unsigned integer encoded in variable bitrate format.
static
inline
unsigned
read_vbr_uint
(
const
unsigned
char
*&
Buf
,
const
unsigned
char
*
EndBuf
)
{
unsigned
Shift
=
0
;
...
...
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