aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-06-15 12:25:53 +0100
committerGinger Bill <bill@gingerbill.org>2017-06-15 12:25:53 +0100
commitd3c24d159fbb380393ff6ce9261be734646cb5c4 (patch)
treec407ae255c58990f85d4884c843a276458c96815 /src/ir.cpp
parent23f9f9064e99e559f57b35a5f84a9525f8023bd9 (diff)
Merge size_of and size_of_val et al.
Diffstat (limited to 'src/ir.cpp')
-rw-r--r--src/ir.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ir.cpp b/src/ir.cpp
index 5daa42ad8..a14da8288 100644
--- a/src/ir.cpp
+++ b/src/ir.cpp
@@ -3622,10 +3622,6 @@ irValue *ir_build_builtin_proc(irProcedure *proc, AstNode *expr, TypeAndValue tv
Type *t = default_type(type_of_expr(proc->module->info, ce->args[0]));
return ir_type_info(proc, t);
} break;
- case BuiltinProc_type_info_of_val: {
- Type *t = default_type(type_of_expr(proc->module->info, ce->args[0]));
- return ir_type_info(proc, t);
- } break;
case BuiltinProc_transmute: {
irValue *x = ir_build_expr(proc, ce->args[1]);