mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 02:18:46 +00:00
add another const
llvm-svn: 78487
This commit is contained in:
parent
622dbecbe7
commit
707da88ab6
@ -859,7 +859,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
|
||||
|
||||
// Emit code to search the table.
|
||||
OS << " // Search the table.\n";
|
||||
OS << " for (MatchEntry *it = MatchTable, "
|
||||
OS << " for (const MatchEntry *it = MatchTable, "
|
||||
<< "*ie = MatchTable + " << Info.Instructions.size()
|
||||
<< "; it != ie; ++it) {\n";
|
||||
for (unsigned i = 0; i != MaxNumOperands; ++i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user