diff options
author | Sirish Pande <spande@codeaurora.org> | 2012-02-09 15:20:33 +0000 |
---|---|---|
committer | Sirish Pande <spande@codeaurora.org> | 2012-02-09 15:20:33 +0000 |
commit | b9f69a41fcb2b38a8aa104b24108acccc657bc38 (patch) | |
tree | b6a13ee5f5810ce069674835bb26bb3633c7f122 /lib/Target/Hexagon | |
parent | d4692747439aac1fbc2064e11b53e3e6ea5ad463 (diff) | |
download | external_llvm-b9f69a41fcb2b38a8aa104b24108acccc657bc38.zip external_llvm-b9f69a41fcb2b38a8aa104b24108acccc657bc38.tar.gz external_llvm-b9f69a41fcb2b38a8aa104b24108acccc657bc38.tar.bz2 |
Test for commit access.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150178 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Hexagon')
-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 13ef9e1..7e912df 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. |