ARM: Remove a FIXME, it's not actually more complicated than that.

llvm-svn: 91924
This commit is contained in:
Daniel Dunbar 2009-12-22 21:59:17 +00:00
parent 200f82c889
commit 42fe663e3b
1 changed files with 0 additions and 1 deletions

View File

@ -1365,7 +1365,6 @@ public:
if ('5' <= CPUArch[0] && CPUArch[0] <= '7')
Define(Defs, "__THUMB_INTERWORK__");
// FIXME: It's more complicated than this.
if (ABI == "aapcs" || ABI == "aapcs-linux")
Define(Defs, "__ARM_EABI__");