AsmPrinter: avoid unused-variable warning
The value defined in a loop was not being used and the function producing it re-evaluated instead. Use the value to avoid both the warning and the re-evaluation. PiperOrigin-RevId: 274794459
Loading
Please sign in to comment