mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108571 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
469bbdb597
commit
b9449d6639
@ -115,7 +115,7 @@ FindUniqueOperandCommands(std::vector<std::string> &UniqueOperandCommands,
|
||||
|
||||
for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) {
|
||||
const AsmWriterInst *Inst = getAsmWriterInstByID(i);
|
||||
if (Inst == 0) continue; // PHI, INLINEASM, DBG_LABEL, etc.
|
||||
if (Inst == 0) continue; // PHI, INLINEASM, PROLOG_LABEL, etc.
|
||||
|
||||
std::string Command;
|
||||
if (Inst->Operands.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user