summaryrefslogtreecommitdiff
path: root/compiler/utils/x86/constants_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/x86/constants_x86.h')
-rw-r--r--compiler/utils/x86/constants_x86.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/utils/x86/constants_x86.h b/compiler/utils/x86/constants_x86.h
index 2dfb65c479..45c3834a98 100644
--- a/compiler/utils/x86/constants_x86.h
+++ b/compiler/utils/x86/constants_x86.h
@@ -96,8 +96,7 @@ enum Condition {
kZero = kEqual,
kNotZero = kNotEqual,
kNegative = kSign,
- kPositive = kNotSign,
- kUnordered = kParityEven
+ kPositive = kNotSign
};