1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00

Test for commit access.

llvm-svn: 150178
This commit is contained in:
Sirish Pande 2012-02-09 15:20:33 +00:00
parent 1a2b069bb9
commit a30ca9ed98

View 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.