Skip to content

Commit 16b16e3

Browse files
committed
Extra semicolon
Change-Id: I17405578571a711f53db71df0e9329600c01fceb
1 parent d09d4f1 commit 16b16e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/TargetInstrInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ class TargetInstrInfo : public MCInstrInfo {
18121812
};
18131813

18141814
/// Return true if this opcode has high latency to its result.
1815-
virtual bool isHighLatencyDef(int opc) const { return false; };
1815+
virtual bool isHighLatencyDef(int opc) const { return false; }
18161816

18171817
/// Compute operand latency between a def of 'Reg'
18181818
/// and a use in the current loop. Return true if the target considered

0 commit comments

Comments
 (0)