forked from OSchip/llvm-project
Fix typo in test/AffineOps/ops.mlir
Closes tensorflow/mlir#135 COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/135 from bondhugula:patch-1 539a7f1b43d09ef539b2fd15875f8ac765600263 PiperOrigin-RevId: 269187507
This commit is contained in:
parent
f22011ccba
commit
16eac96560
|
@ -44,7 +44,7 @@ func @empty() {
|
|||
|
||||
// Check that an explicit affine terminator is not printed in custom format.
|
||||
// Check that no extra terminator is introduced.
|
||||
// CHEKC-LABEL: @affine_terminator
|
||||
// CHECK-LABEL: @affine_terminator
|
||||
func @affine_terminator() {
|
||||
// CHECK: affine.for
|
||||
// CHECK-NEXT: }
|
||||
|
|
Loading…
Reference in New Issue