Revision: 21685
Author: [email protected]
Date: Thu Jun 5 08:33:42 2014 UTC
Log: Documentation: fix comments for CommuteCondition.
[email protected], [email protected]
BUG=
Review URL: https://codereview.chromium.org/313283003
http://code.google.com/p/v8/source/detail?r=21685
Modified:
/branches/bleeding_edge/src/arm/constants-arm.h
/branches/bleeding_edge/src/arm64/constants-arm64.h
/branches/bleeding_edge/src/ia32/assembler-ia32.h
/branches/bleeding_edge/src/mips/constants-mips.h
/branches/bleeding_edge/src/x64/assembler-x64.h
/branches/bleeding_edge/src/x87/assembler-x87.h
=======================================
--- /branches/bleeding_edge/src/arm/constants-arm.h Wed Jun 4 14:57:51
2014 UTC
+++ /branches/bleeding_edge/src/arm/constants-arm.h Thu Jun 5 08:33:42
2014 UTC
@@ -89,7 +89,7 @@
}
-// Commute a condition such that a cond b == b cond' b.
+// Commute a condition such that {a cond b == b cond' a}.
inline Condition CommuteCondition(Condition cond) {
switch (cond) {
case lo:
=======================================
--- /branches/bleeding_edge/src/arm64/constants-arm64.h Wed Jun 4 14:57:51
2014 UTC
+++ /branches/bleeding_edge/src/arm64/constants-arm64.h Thu Jun 5 08:33:42
2014 UTC
@@ -265,7 +265,7 @@
return static_cast<Condition>(cond ^ 1);
}
-// Commute a condition such that a cond b == b cond' b.
+// Commute a condition such that {a cond b == b cond' a}.
inline Condition CommuteCondition(Condition cond) {
switch (cond) {
case lo:
=======================================
--- /branches/bleeding_edge/src/ia32/assembler-ia32.h Wed Jun 4 14:57:51
2014 UTC
+++ /branches/bleeding_edge/src/ia32/assembler-ia32.h Thu Jun 5 08:33:42
2014 UTC
@@ -246,7 +246,7 @@
}
-// Commute a condition such that a cond b == b cond' b.
+// Commute a condition such that {a cond b == b cond' a}.
inline Condition CommuteCondition(Condition cc) {
switch (cc) {
case below:
=======================================
--- /branches/bleeding_edge/src/mips/constants-mips.h Wed Jun 4 14:57:51
2014 UTC
+++ /branches/bleeding_edge/src/mips/constants-mips.h Thu Jun 5 08:33:42
2014 UTC
@@ -504,7 +504,7 @@
}
-// Commute a condition such that a cond b == b cond' b.
+// Commute a condition such that {a cond b == b cond' a}.
inline Condition CommuteCondition(Condition cc) {
switch (cc) {
case Uless:
=======================================
--- /branches/bleeding_edge/src/x64/assembler-x64.h Wed Jun 4 14:57:51
2014 UTC
+++ /branches/bleeding_edge/src/x64/assembler-x64.h Thu Jun 5 08:33:42
2014 UTC
@@ -326,7 +326,7 @@
}
-// Commute a condition such that a cond b == b cond' b.
+// Commute a condition such that {a cond b == b cond' a}.
inline Condition CommuteCondition(Condition cc) {
switch (cc) {
case below:
=======================================
--- /branches/bleeding_edge/src/x87/assembler-x87.h Wed Jun 4 14:57:51
2014 UTC
+++ /branches/bleeding_edge/src/x87/assembler-x87.h Thu Jun 5 08:33:42
2014 UTC
@@ -238,7 +238,7 @@
}
-// Commute a condition such that a cond b == b cond' b.
+// Commute a condition such that {a cond b == b cond' a}.
inline Condition CommuteCondition(Condition cc) {
switch (cc) {
case below:
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.