Fix comment in spirv-reader.
The referenced test is no longer disabled, so remove the DISABLED marker. Change-Id: I46b192d593a9f1dd22ef73fd936b63ac3ed92104 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104470 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: David Neto <dneto@google.com>
This commit is contained in:
parent
2c26dbfc37
commit
01b885bfde
|
@ -2679,7 +2679,7 @@ bool FunctionEmitter::EmitBasicBlock(const BlockInfo& block_info) {
|
|||
// - A kContinue can contain a kContinue
|
||||
// This is possible in Vulkan SPIR-V, but Tint disallows this by the rule
|
||||
// that a block can be continue target for at most one header block. See
|
||||
// test DISABLED_BlockIsContinueForMoreThanOneHeader. If we generalize this,
|
||||
// test BlockIsContinueForMoreThanOneHeader. If we generalize this,
|
||||
// then by a dominance argument, the inner loop continue target can only be
|
||||
// a single-block loop.
|
||||
// TODO(dneto): Handle this case.
|
||||
|
|
Loading…
Reference in New Issue