Make cpplint happy.
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/783913003 Cr-Commit-Position: refs/heads/master@{#25699}
This commit is contained in:
parent
1a05ece305
commit
11b52971d9
@ -561,7 +561,6 @@ enum SecondaryField {
|
||||
enum Condition {
|
||||
// Any value < 0 is considered no_condition.
|
||||
kNoCondition = -1,
|
||||
|
||||
overflow = 0,
|
||||
no_overflow = 1,
|
||||
Uless = 2,
|
||||
@ -580,7 +579,6 @@ enum Condition {
|
||||
greater = 15,
|
||||
ueq = 16, // Unordered or Equal.
|
||||
nue = 17, // Not (Unordered or Equal).
|
||||
|
||||
cc_always = 18,
|
||||
|
||||
// Aliases.
|
||||
@ -604,7 +602,6 @@ enum Condition {
|
||||
hs = Ugreater_equal,
|
||||
lo = Uless,
|
||||
al = cc_always,
|
||||
|
||||
cc_default = kNoCondition
|
||||
};
|
||||
|
||||
|
@ -575,7 +575,6 @@ enum SecondaryField {
|
||||
enum Condition {
|
||||
// Any value < 0 is considered no_condition.
|
||||
kNoCondition = -1,
|
||||
|
||||
overflow = 0,
|
||||
no_overflow = 1,
|
||||
Uless = 2,
|
||||
@ -594,7 +593,6 @@ enum Condition {
|
||||
greater = 15,
|
||||
ueq = 16, // Unordered or Equal.
|
||||
nue = 17, // Not (Unordered or Equal).
|
||||
|
||||
cc_always = 18,
|
||||
|
||||
// Aliases.
|
||||
@ -618,7 +616,6 @@ enum Condition {
|
||||
hs = Ugreater_equal,
|
||||
lo = Uless,
|
||||
al = cc_always,
|
||||
|
||||
cc_default = kNoCondition
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user