TCG: fix breakage on some RISC hosts
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 30 Jul 2011 12:21:33 +0000 (12:21 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 30 Jul 2011 12:21:33 +0000 (12:21 +0000)
commit62db80c53e5dcf44becae651315b78d66292fb68
tree093d7aed6c143318ab8c37bc1e979e4680738749
parent0a200baa83272b27d9fc77f6c5c5955eebedb9e6
TCG: fix breakage on some RISC hosts

Fix breakage by a640f03178c22355a158fa9378e4f8bfa4f517a6
and 55c0975c5b358e948b9ae7bd7b07eff92508e756.

Some TCG targets don't implement all TCG ops, so make
optimizing those conditional.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/optimize.c