Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
art
Commits
0095e0b8
Commit
0095e0b8
authored
10 years ago
by
Vladimir Marko
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Download
Plain Diff
Merge "ART: Add a last item in the MIROptimizationFlagPositions enumeration"
parents
6ab0d9fe
89fde26f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
compiler/dex/compiler_enums.h
compiler/dex/compiler_enums.h
+2
-1
No files found.
compiler/dex/compiler_enums.h
View file @
0095e0b8
...
...
@@ -129,7 +129,7 @@ enum ExtendedMIROpcode {
kMirOpLast
,
};
enum
MIROptimizationFlagPositons
{
enum
MIROptimizationFlagPosit
i
ons
{
kMIRIgnoreNullCheck
=
0
,
kMIRNullCheckOnly
,
kMIRIgnoreRangeCheck
,
...
...
@@ -141,6 +141,7 @@ enum MIROptimizationFlagPositons {
kMIRIgnoreSuspendCheck
,
kMIRDup
,
kMIRMark
,
// Temporary node mark.
kMIRLastMIRFlag
,
};
// For successor_block_list.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment