Removed the Tjabatjena comment that the compiler generated.
This commit is contained in:
parent
100b7b113a
commit
82f1b38f1b
1 changed files with 0 additions and 1 deletions
|
|
@ -390,7 +390,6 @@ emitECased t e cases = do
|
||||||
cTypes <- gets customTypes
|
cTypes <- gets customTypes
|
||||||
if Map.member topT' cTypes
|
if Map.member topT' cTypes
|
||||||
then do
|
then do
|
||||||
emit . Comment $ "tjabatjena"
|
|
||||||
deref <- getNewVar
|
deref <- getNewVar
|
||||||
emit $ SetVariable deref (ExtractValue botT' (VIdent casted Ptr) i)
|
emit $ SetVariable deref (ExtractValue botT' (VIdent casted Ptr) i)
|
||||||
emit $ SetVariable x (Load topT' Ptr deref)
|
emit $ SetVariable x (Load topT' Ptr deref)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue