File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class Toy_Op<string mnemonic, list<OpTrait> traits = []> :
43
43
// Toy Operations
44
44
//===----------------------------------------------------------------------===//
45
45
46
- // We define a toy operation by inherting from our base 'Toy_Op' class above.
46
+ // We define a toy operation by inheriting from our base 'Toy_Op' class above.
47
47
// Here we provide the mnemonic and a list of traits for the operation. The
48
48
// constant operation is marked as 'NoSideEffect' as it is a pure operation
49
49
// and may be removed if dead.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class Toy_Op<string mnemonic, list<OpTrait> traits = []> :
43
43
// Toy Operations
44
44
//===----------------------------------------------------------------------===//
45
45
46
- // We define a toy operation by inherting from our base 'Toy_Op' class above.
46
+ // We define a toy operation by inheriting from our base 'Toy_Op' class above.
47
47
// Here we provide the mnemonic and a list of traits for the operation. The
48
48
// constant operation is marked as 'NoSideEffect' as it is a pure operation
49
49
// and may be removed if dead.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class Toy_Op<string mnemonic, list<OpTrait> traits = []> :
44
44
// Toy Operations
45
45
//===----------------------------------------------------------------------===//
46
46
47
- // We define a toy operation by inherting from our base 'Toy_Op' class above.
47
+ // We define a toy operation by inheriting from our base 'Toy_Op' class above.
48
48
// Here we provide the mnemonic and a list of traits for the operation. The
49
49
// constant operation is marked as 'NoSideEffect' as it is a pure operation
50
50
// and may be removed if dead.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class Toy_Op<string mnemonic, list<OpTrait> traits = []> :
44
44
// Toy Operations
45
45
//===----------------------------------------------------------------------===//
46
46
47
- // We define a toy operation by inherting from our base 'Toy_Op' class above.
47
+ // We define a toy operation by inheriting from our base 'Toy_Op' class above.
48
48
// Here we provide the mnemonic and a list of traits for the operation. The
49
49
// constant operation is marked as 'NoSideEffect' as it is a pure operation
50
50
// and may be removed if dead.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class Toy_Op<string mnemonic, list<OpTrait> traits = []> :
44
44
// Toy Operations
45
45
//===----------------------------------------------------------------------===//
46
46
47
- // We define a toy operation by inherting from our base 'Toy_Op' class above.
47
+ // We define a toy operation by inheriting from our base 'Toy_Op' class above.
48
48
// Here we provide the mnemonic and a list of traits for the operation. The
49
49
// constant operation is marked as 'NoSideEffect' as it is a pure operation
50
50
// and may be removed if dead.
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def Toy_Type : AnyTypeOf<[F64Tensor, Toy_StructType]>;
52
52
// Toy Operations
53
53
//===----------------------------------------------------------------------===//
54
54
55
- // We define a toy operation by inherting from our base 'Toy_Op' class above.
55
+ // We define a toy operation by inheriting from our base 'Toy_Op' class above.
56
56
// Here we provide the mnemonic and a list of traits for the operation. The
57
57
// constant operation is marked as 'NoSideEffect' as it is a pure operation
58
58
// and may be removed if dead.
You can’t perform that action at this time.
0 commit comments