aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-context.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-context.adb')
-rw-r--r--src/synth/synth-context.adb8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/synth/synth-context.adb b/src/synth/synth-context.adb
index c06f89f6b..a4b6add54 100644
--- a/src/synth/synth-context.adb
+++ b/src/synth/synth-context.adb
@@ -233,14 +233,6 @@ package body Synth.Context is
I0 => Get_Net (Val.M_F, Vtype),
I1 => Get_Net (Val.M_T, Vtype));
end;
- when Value_Logic =>
- if Val.Log_Zx = 0 then
- return Build_Const_UB32
- (Build_Context, Val.Log_Val, 1);
- else
- return Build_Const_UL32
- (Build_Context, Val.Log_Val, Val.Log_Zx, 1);
- end if;
when Value_Discrete =>
declare
Btype : constant Node := Get_Base_Type (Vtype);