Index: src/IceInst.h |
diff --git a/src/IceInst.h b/src/IceInst.h |
index a04584e2a6f5862bc2adc1842c28884a1a5160e4..3b18cd00cda8fcf7363e2a76531bf7fe7d5eda39 100644 |
--- a/src/IceInst.h |
+++ b/src/IceInst.h |
@@ -8,9 +8,10 @@ |
//===----------------------------------------------------------------------===// |
/// |
/// \file |
-/// This file declares the Inst class and its target-independent |
-/// subclasses, which represent the high-level Vanilla ICE instructions |
-/// and map roughly 1:1 to LLVM instructions. |
+/// \brief Declares the Inst class and its target-independent subclasses. |
+/// |
+/// These represent the high-level Vanilla ICE instructions and map roughly 1:1 to |
Jim Stichnoth
2015/12/01 18:41:16
80-col
rkotlerimgtec
2015/12/02 01:32:48
Done.
|
+/// LLVM instructions. |
/// |
//===----------------------------------------------------------------------===// |