Skip to content

Commit

Permalink
abi: Obliterate obsolete TodoOp.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko authored and lkorenc committed Apr 18, 2024
1 parent fcdad37 commit 0e9ab64
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions include/vast/Dialect/ABI/ABIOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,6 @@ def RetDirectOp
let assemblyFormat = [{ $value attr-dict `:` type($value) `->` type($result) }];
}

def TodoOp
: ABI_Op< "todo" >
, Arguments<(ins AnyType:$value)>
, Results<(outs Variadic<AnyType>:$result)>
{
let summary = "Not implement yet.";
let description = [{ Not implemented yet }];

let assemblyFormat = [{ $value attr-dict `:` type($value) `->` type($result) }];
}


class HasBody< string mnemonic >
: ABI_Op< mnemonic >
, Results<(outs Variadic<AnyType>:$results)>
Expand Down

0 comments on commit 0e9ab64

Please sign in to comment.