mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
Suppress compiler warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78246 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -728,7 +728,9 @@ void AsmWriterEmitter::run(raw_ostream &O) {
|
||||
<< " if (Bits == 0) return false;\n"
|
||||
<< " O << AsmStrs+(Bits & " << (1 << AsmStrBits)-1 << ");\n\n";
|
||||
|
||||
O << " unsigned OperandColumn = 1;\n\n";
|
||||
// This variable may be unused, suppress build warnings.
|
||||
O << " unsigned OperandColumn = 1;\n";
|
||||
O << " (void) OperandColumn;\n\n";
|
||||
|
||||
// Output the table driven operand information.
|
||||
BitsLeft = 32-AsmStrBits;
|
||||
|
||||
Reference in New Issue
Block a user