We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09d4f1 commit 16b16e3Copy full SHA for 16b16e3
llvm/include/llvm/CodeGen/TargetInstrInfo.h
@@ -1812,7 +1812,7 @@ class TargetInstrInfo : public MCInstrInfo {
1812
};
1813
1814
/// Return true if this opcode has high latency to its result.
1815
- virtual bool isHighLatencyDef(int opc) const { return false; };
+ virtual bool isHighLatencyDef(int opc) const { return false; }
1816
1817
/// Compute operand latency between a def of 'Reg'
1818
/// and a use in the current loop. Return true if the target considered
0 commit comments