Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: src/IceLiveness.h

Issue 1488913002: fix doxygen brief in subzero header files (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Make changes suggested by stichnot. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceIntrinsics.cpp ('k') | src/IceLiveness.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
///
//===----------------------------------------------------------------------===//
« no previous file with comments | « src/IceIntrinsics.cpp ('k') | src/IceLiveness.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698