Skip to content

Commit

Permalink
[gccjit] remove TODO that is not to do
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Nov 14, 2024
1 parent 7d4a9fa commit f20a2a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Translation/TranslateToGCCJIT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -972,8 +972,6 @@ void RegionVisitor::visitSwitchOp(gcc_jit_block *blk, SwitchOp op) {
llvm::zip(op.getCaseLowerbound(), op.getCaseUpperbound(),
op.getCaseDestinations())) {
// TODO: handle signedness
// TODO: generalize switch statement to support rvalue expressions
// (constant)
auto lbAttr = cast<IntAttr>(lb);
auto ubAttr = cast<IntAttr>(ub);
auto intLb = lbAttr.getValue().getZExtValue();
Expand Down

0 comments on commit f20a2a8

Please sign in to comment.