| Index: src/IceTargetLoweringX86BaseImpl.h
|
| diff --git a/src/IceTargetLoweringX86BaseImpl.h b/src/IceTargetLoweringX86BaseImpl.h
|
| index 922efd6a8469d30d8f24ea9f6747653273ea0415..e457fefb92311b0a3e0c7d5107e2c81b5cc2fe79 100644
|
| --- a/src/IceTargetLoweringX86BaseImpl.h
|
| +++ b/src/IceTargetLoweringX86BaseImpl.h
|
| @@ -82,7 +82,7 @@ public:
|
| PK_Icmp64,
|
| PK_Fcmp,
|
| PK_Trunc,
|
| - PK_Arith // A flag-setting arithmetic instruction.
|
| + PK_Arith // A flag-setting arithmetic instruction.
|
| };
|
|
|
| /// Currently the actual enum values are not used (other than CK_None), but we
|
|
|