File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
clang/include/clang/CIR/Dialect/IR Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3820,11 +3820,11 @@ def DeleteArrayOp : CIR_Op<"delete.array">,
38203820//===----------------------------------------------------------------------===//
38213821
38223822def CIR_SideEffect : CIR_I32EnumAttr<
3823- "SideEffect", "allowed side effects of a function",[
3824- I32EnumAttrCase<"All", 1 , "all">,
3825- I32EnumAttrCase<"Pure", 2 , "pure">,
3826- I32EnumAttrCase<"Const", 3 , "const">
3827- ]> {
3823+ "SideEffect", "allowed side effects of a function", [
3824+ I32EnumAttrCase<"All", 0 , "all">,
3825+ I32EnumAttrCase<"Pure", 1 , "pure">,
3826+ I32EnumAttrCase<"Const", 2 , "const">
3827+ ]> {
38283828 let description = [{
38293829 The side effect attribute specifies the possible side effects of the callee
38303830 of a call operation. This is an enumeration attribute and all possible
You can’t perform that action at this time.
0 commit comments