diff --git a/src/Translation/TranslateToGCCJIT.cpp b/src/Translation/TranslateToGCCJIT.cpp index 3704478..0a7ec63 100644 --- a/src/Translation/TranslateToGCCJIT.cpp +++ b/src/Translation/TranslateToGCCJIT.cpp @@ -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(lb); auto ubAttr = cast(ub); auto intLb = lbAttr.getValue().getZExtValue();