| Index: src/IceConditionCodesX8664.h
|
| diff --git a/src/IceConditionCodesX8664.h b/src/IceConditionCodesX8664.h
|
| index 297b54b5ac0d3b82ce26f3e58f855fe2158b50c9..6317468cf984db52479826ecdb1fbf16214b5761 100644
|
| --- a/src/IceConditionCodesX8664.h
|
| +++ b/src/IceConditionCodesX8664.h
|
| @@ -20,8 +20,8 @@
|
| namespace Ice {
|
|
|
| namespace CondX8664 {
|
| -// An enum of condition codes used for branches and cmov. The enum value
|
| -// should match the value used to encode operands in binary instructions.
|
| +/// An enum of condition codes used for branches and cmov. The enum value
|
| +/// should match the value used to encode operands in binary instructions.
|
| enum BrCond {
|
| #define X(tag, encode, opp, dump, emit) tag encode,
|
| ICEINSTX8664BR_TABLE
|
| @@ -29,9 +29,9 @@ enum BrCond {
|
| Br_None
|
| };
|
|
|
| -// An enum of condition codes relevant to the CMPPS instruction. The enum
|
| -// value should match the value used to encode operands in binary
|
| -// instructions.
|
| +/// An enum of condition codes relevant to the CMPPS instruction. The enum
|
| +/// value should match the value used to encode operands in binary
|
| +/// instructions.
|
| enum CmppsCond {
|
| #define X(tag, emit) tag,
|
| ICEINSTX8664CMPPS_TABLE
|
|
|