]> git.proxmox.com Git - mirror_qemu.git/commit
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)
commit1bfd07bdfe56cea43dbe258dcb161e46b0ee29b7
tree093d7aed6c143318ab8c37bc1e979e4680738749
parenta640f03178c22355a158fa9378e4f8bfa4f517a6
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