From b9f69a41fcb2b38a8aa104b24108acccc657bc38 Mon Sep 17 00:00:00 2001 From: Sirish Pande Date: Thu, 9 Feb 2012 15:20:33 +0000 Subject: [PATCH] Test for commit access. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150178 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h b/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h index 13ef9e1694c..7e912dff259 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. -- 2.34.1