[llvm-commits] [llvm] r150178 - /llvm/trunk/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
Sirish Pande
spande at codeaurora.org
Thu Feb 9 07:20:33 PST 2012
Author: sirish
Date: Thu Feb 9 09:20:33 2012
New Revision: 150178
URL: http://llvm.org/viewvc/llvm-project?rev=150178&view=rev
Log:
Test for commit access.
Modified:
llvm/trunk/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
Modified: llvm/trunk/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h?rev=150178&r1=150177&r2=150178&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h (original)
+++ llvm/trunk/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h Thu Feb 9 09:20:33 2012
@@ -24,7 +24,7 @@
///
namespace HexagonII {
- // *** The code below must match HexagonInstrFormat*.td ***
+ // *** The code below must match HexagonInstrFormat*.td *** //
// MCInstrDesc TSFlags
enum {
@@ -34,7 +34,7 @@
PredicatedMask = 0x1
};
- // *** The code above must match HexagonInstrFormat*.td ***
+ // *** The code above must match HexagonInstrFormat*.td *** //
} // End namespace HexagonII.
More information about the llvm-commits
mailing list