| Index: src/IceLiveness.h
|
| diff --git a/src/IceLiveness.h b/src/IceLiveness.h
|
| index 535ed022945f2fb449834d750a83dbb829a7e563..a51a28db46db26d219459867de8366ead347c9cf 100644
|
| --- a/src/IceLiveness.h
|
| +++ b/src/IceLiveness.h
|
| @@ -8,12 +8,13 @@
|
| //===----------------------------------------------------------------------===//
|
| ///
|
| /// \file
|
| -/// This file declares the Liveness and LivenessNode classes, which are used for
|
| -/// liveness analysis. The node-specific information tracked for each Variable
|
| -/// includes whether it is live on entry, whether it is live on exit, the
|
| -/// instruction number that starts its live range, and the instruction number
|
| -/// that ends its live range. At the Cfg level, the actual live intervals are
|
| -/// recorded.
|
| +/// \brief Declares the Liveness and LivenessNode classes, which are used for
|
| +/// liveness analysis.
|
| +///
|
| +/// The node-specific information tracked for each Variable includes whether it
|
| +/// is live on entry, whether it is live on exit, the instruction number that
|
| +/// starts its live range, and the instruction number that ends its live range.
|
| +/// At the Cfg level, the actual live intervals are recorded.
|
| ///
|
| //===----------------------------------------------------------------------===//
|
|
|
|
|