ARM: Fix an issue with clang generating wrong code.
authorAli Saidi <Ali.Saidi@ARM.com>
Fri, 15 Feb 2013 22:40:08 +0000 (17:40 -0500)
committerAli Saidi <Ali.Saidi@ARM.com>
Fri, 15 Feb 2013 22:40:08 +0000 (17:40 -0500)
commit68495a07487c410a5272ab917c4ab87b3c60c3af
tree8943e4314ce8b2db10180d70f2a0ae0ddb74177c
parent7ae06a3b3bb6c5438cd9cac7f1fe5f8cdb65e07d
ARM: Fix an issue with clang generating wrong code.

Clang generated executables would enter the if condition when it wasn't
supposted to, resulting in the wrong simulated behavior.
Implementing the operation this way is a bit faster anyway.
src/arch/arm/insts/vfp.cc