Chromium Code Reviews| Index: src/IceLiveness.h |
| diff --git a/src/IceLiveness.h b/src/IceLiveness.h |
| index 535ed022945f2fb449834d750a83dbb829a7e563..0fd38b5b2f3ae1c61f64849e318fc2375f570451 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 |
|
Jim Stichnoth
2015/12/01 18:41:16
Reflow to 80-col.
rkotlerimgtec
2015/12/02 01:32:48
Done.
|
| +/// 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. |
| /// |
| //===----------------------------------------------------------------------===// |