| Index: src/IceOperand.h
|
| diff --git a/src/IceOperand.h b/src/IceOperand.h
|
| index 0cde5b2d6b27835cdc5b1339c58ac4806cf22a5f..7398f73a754670a1a2d0cacd536996dd906e58d5 100644
|
| --- a/src/IceOperand.h
|
| +++ b/src/IceOperand.h
|
| @@ -8,7 +8,8 @@
|
| //===----------------------------------------------------------------------===//
|
| ///
|
| /// \file
|
| -/// This file declares the Operand class and its target-independent subclasses.
|
| +/// \brief Declares the Operand class and its target-independent subclasses.
|
| +///
|
| /// The main classes are Variable, which represents an LLVM variable that is
|
| /// either register- or stack-allocated, and the Constant hierarchy, which
|
| /// represents integer, floating-point, and/or symbolic constants.
|
|
|