diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h b/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h index 13ef9e1694..7e912dff25 100644 --- a/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h +++ b/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h @@ -24,7 +24,7 @@ namespace llvm { /// namespace HexagonII { - // *** The code below must match HexagonInstrFormat*.td *** + // *** The code below must match HexagonInstrFormat*.td *** // // MCInstrDesc TSFlags enum { @@ -34,7 +34,7 @@ namespace HexagonII { PredicatedMask = 0x1 }; - // *** The code above must match HexagonInstrFormat*.td *** + // *** The code above must match HexagonInstrFormat*.td *** // } // End namespace HexagonII. |