Test for commit access.
authorSirish Pande <spande@codeaurora.org>
Thu, 9 Feb 2012 15:20:33 +0000 (15:20 +0000)
committerSirish Pande <spande@codeaurora.org>
Thu, 9 Feb 2012 15:20:33 +0000 (15:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150178 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h

index 13ef9e1694c61065969aeb650fed94a0917ce0ef..7e912dff259d422a0560bd59be6d7fab3f18f53e 100644 (file)
@@ -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.