[sledge] Remove left-over SSA assertion

Reviewed By: bennostein

Differential Revision: D17856383

fbshipit-source-id: 34c347f3e
master
Josh Berdine 5 years ago committed by Facebook Github Bot
parent 7105d85281
commit d6d65a785a

@ -38,8 +38,7 @@ let exec_move q res =
let exec_inst pre inst = let exec_inst pre inst =
[%Trace.info [%Trace.info
"@[<2>exec inst %a from@ @[{ %a@ }@]@]" Llair.Inst.pp inst Sh.pp pre] ; "@[<2>exec inst %a from@ @[{ %a@ }@]@]" Llair.Inst.pp inst Sh.pp pre] ;
assert (Set.disjoint (Sh.fv pre) (Reg.Set.vars (Llair.Inst.locals inst))) ; match (inst : Llair.inst) with
match inst with
| Move {reg_exps; _} -> | Move {reg_exps; _} ->
Some Some
(Exec.move pre (Exec.move pre

Loading…
Cancel
Save