Skip to content

Commit 72b4aac

Browse files
committed
Address code review comment
1 parent d0a6c4f commit 72b4aac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/include/clang/CIR/Dialect/IR/CIROps.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,8 +1996,6 @@ def VecExtractOp : CIR_Op<"vec.extract", [Pure,
19961996
let assemblyFormat = [{
19971997
$vec `[` $index `:` type($index) `]` attr-dict `:` qualified(type($vec))
19981998
}];
1999-
2000-
let hasVerifier = 0;
20011999
}
20022000

20032001
#endif // CLANG_CIR_DIALECT_IR_CIROPS_TD

0 commit comments

Comments
 (0)