| Index: src/IceCfgNode.cpp
|
| diff --git a/src/IceCfgNode.cpp b/src/IceCfgNode.cpp
|
| index 5ff693625b2c1f60265161726a4ad85407fad6f7..3f8b39b2c8bb30ec1a6ba4560f0551fe231ddab0 100644
|
| --- a/src/IceCfgNode.cpp
|
| +++ b/src/IceCfgNode.cpp
|
| @@ -6,10 +6,11 @@
|
| // License. See LICENSE.TXT for details.
|
| //
|
| //===----------------------------------------------------------------------===//
|
| -//
|
| -// This file implements the CfgNode class, including the complexities
|
| -// of instruction insertion and in-edge calculation.
|
| -//
|
| +///
|
| +/// \file
|
| +/// This file implements the CfgNode class, including the complexities
|
| +/// of instruction insertion and in-edge calculation.
|
| +///
|
| //===----------------------------------------------------------------------===//
|
|
|
| #include "IceCfgNode.h"
|
|
|