[spirv-reader] Remove orphaned TODOs

TODOs in the test file are or were in the function_arithmetic_test.cc

Change-Id: I679dbf0019e12e26488ccc310dfb03a535628e0b
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/23462
Reviewed-by: dan sinclair <dsinclair@google.com>
This commit is contained in:
David Neto 2020-06-18 19:42:24 +00:00 committed by dan sinclair
parent e9598d697a
commit 6b6e6a16ea
2 changed files with 0 additions and 19 deletions

View File

@ -2206,7 +2206,6 @@ bool FunctionEmitter::EmitNormalTerminator(const BlockInfo& block_info) {
default:
break;
}
// TODO(dneto): emit fallthrough
return success();
}

View File

@ -621,24 +621,6 @@ TEST_F(SpvUnaryBitTest, Not_UnsignedVec_UnsignedVec) {
// TODO(dneto): OpBitReverse
// TODO(dneto): OpBitCount
// TODO(dneto): OpSRem. Missing from WGSL
// https://github.com/gpuweb/gpuweb/issues/702
// TODO(dneto): OpFRem. Missing from WGSL
// https://github.com/gpuweb/gpuweb/issues/702
// TODO(dneto): OpVectorTimesScalar
// TODO(dneto): OpMatrixTimesScalar
// TODO(dneto): OpVectorTimesMatrix
// TODO(dneto): OpMatrixTimesVector
// TODO(dneto): OpMatrixTimesMatrix
// TODO(dneto): OpOuterProduct
// TODO(dneto): OpDot
// TODO(dneto): OpIAddCarry
// TODO(dneto): OpISubBorrow
// TODO(dneto): OpIMulExtended
// TODO(dneto): OpSMulExtended
} // namespace
} // namespace spirv
} // namespace reader