Chromium Code Reviews| Index: src/IceAPInt.h |
| diff --git a/src/IceAPInt.h b/src/IceAPInt.h |
| index 01ce280991be1410e48dde299671b9bd44d67fb7..9ef0702186fe6d64ebe437bd5b011b1be5e7d7a2 100644 |
| --- a/src/IceAPInt.h |
| +++ b/src/IceAPInt.h |
| @@ -47,8 +47,8 @@ public: |
| uint64_t getRawData() const { return Val; } |
| private: |
| - uint32_t BitWidth; // The number of bits in this APInt. |
| - uint64_t Val; // The (64-bit) equivalent integer value. |
| + uint32_t BitWidth; /// The number of bits in this APInt. |
| + uint64_t Val; /// The (64-bit) equivalent integer value. |
| /// Clear unused high order bits. |
| void clearUnusedBits() { |