C++: Remove dead comment

This commit is contained in:
Dave Bartolomeo
2020-05-18 23:05:19 -04:00
parent 3758f3c48d
commit d6ef94a4c7

View File

@@ -96,9 +96,6 @@ private module Cached {
Instruction getMemoryOperandDefinition(
Instruction instruction, MemoryOperandTag tag, Overlap overlap
) {
// Without the code below, the optimizer will realize that raw IR never contains Chi operands,
// and report an error that `ChiTotalOperand` and `ChiPartialOperand` are infeasible.
// (tag instanceof ChiTotalOperandTag or tag instanceof ChiPartialOperandTag) and
none()
}