File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
clang/include/clang/CIR/Dialect/IR Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -384,8 +384,6 @@ def AllocaOp : CIR_Op<"alloca", [
384
384
`]`
385
385
($annotations^)? attr-dict
386
386
}];
387
-
388
- let hasVerifier = 0;
389
387
}
390
388
391
389
//===----------------------------------------------------------------------===//
@@ -1514,9 +1512,6 @@ def TernaryOp : CIR_Op<"ternary",
1514
1512
>
1515
1513
];
1516
1514
1517
- // All constraints already verified elsewhere.
1518
- let hasVerifier = 0;
1519
-
1520
1515
let assemblyFormat = [{
1521
1516
`(` $cond `,`
1522
1517
`true` $trueRegion `,`
@@ -1654,9 +1649,6 @@ def GetGlobalOp : CIR_Op<"get_global",
1654
1649
let assemblyFormat = [{
1655
1650
$name `:` qualified(type($addr)) attr-dict
1656
1651
}];
1657
-
1658
- // `GetGlobalOp` is fully verified by its traits.
1659
- let hasVerifier = 0;
1660
1652
}
1661
1653
1662
1654
//===----------------------------------------------------------------------===//
@@ -1839,7 +1831,6 @@ class CIR_CallOpBase<string mnemonic, list<Trait> extra_traits = []>
1839
1831
1840
1832
let hasCustomAssemblyFormat = 1;
1841
1833
let skipDefaultBuilders = 1;
1842
- let hasVerifier = 0;
1843
1834
1844
1835
// TODO(cir): for now cir.call is just a tiny shell of what it will become.
1845
1836
// More attributes, arguments, and properties will be added in the future as
You can’t perform that action at this time.
0 commit comments