]> git.proxmox.com Git - mirror_qemu.git/commit - target-arm/translate.c
target-arm: use globals for CC flags
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 5 Oct 2012 14:04:44 +0000 (15:04 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Oct 2012 14:04:44 +0000 (15:04 +0100)
commit66c374de8a949062bfb1792f7e685a168c61c416
tree6f3a43b037edd88198fd7c168ee25ba1ca258112
parentf2617cfc237a7f7e72bd3791ed1f3d35f496bb22
target-arm: use globals for CC flags

Use globals for CC flags instead of loading/storing them each they are
accessed. This allows some optimizations to be performed by the TCG
optimization passes.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate.c