Comment out incorrect optimization
This commit is contained in:
parent
8fe1c85a40
commit
c2fde9fdd0
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ though I'm pretty sure it can't anyway.")
|
|||
(flet ((arg-duplicates-p (a b)
|
||||
(or (and (ir-constant-p a) (ir-constant-p b)
|
||||
(eql (ir-constant-value a) (ir-constant-value b)))
|
||||
#+(or)
|
||||
(and (typep a 'ir-fetchvar) (typep b 'ir-fetchvar)
|
||||
(eql (input (definition a)) (input (definition b)))))))
|
||||
(dolist (call calls)
|
||||
|
|
Loading…
Add table
Reference in a new issue