aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sparse-llvm.c
diff options
Diffstat (limited to 'sparse-llvm.c')
-rw-r--r--sparse-llvm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sparse-llvm.c b/sparse-llvm.c
index 692c49f8..a9475a84 100644
--- a/sparse-llvm.c
+++ b/sparse-llvm.c
@@ -1013,15 +1013,9 @@ static void output_insn(struct function *fn, struct instruction *insn)
case OP_LOAD:
output_op_load(fn, insn);
break;
- case OP_LNOP:
- assert(0);
- break;
case OP_STORE:
output_op_store(fn, insn);
break;
- case OP_SNOP:
- assert(0);
- break;
case OP_INLINED_CALL:
break;
case OP_CALL: