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 | 545983ea4675afce07f88d231df94d9201e911a7 (patch) | |
tree | 7af59e4a5a71c7f0e9253657c6fc577523a32b94 /llvm/lib | |
parent | 487a3962c7ea14a834ab177fd9487e6cc5b9e1de (diff) | |
download | bcm5719-llvm-545983ea4675afce07f88d231df94d9201e911a7.tar.gz bcm5719-llvm-545983ea4675afce07f88d231df94d9201e911a7.zip |
Test for commit access.
llvm-svn: 150178
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h index 13ef9e1694c..7e912dff259 100644 --- a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h +++ b/llvm/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. |