arm asm: Let .fpu enable instructions, PR20447.
authorNico Weber <nicolasweber@gmx.de>
Sat, 16 Aug 2014 05:37:51 +0000 (05:37 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 16 Aug 2014 05:37:51 +0000 (05:37 +0000)
commitf1aba61bb5b0655ac6c74a54764f50ca7a3d9d3d
tree1540ba986c24c399c988cfd504eda6732d71560e
parente1167f1319272e3a4d288cc1fa13c47f6d86df23
arm asm: Let .fpu enable instructions, PR20447.

I'm not very happy with duplicating the fpu->feature mapping in ARMAsmParser.cpp
and in clang's driver. See the bug for a patch that doesn't do that, and the
review thread [1] for why this duplication exists.

1: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140811/231052.html

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215811 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/ARM/directive-fpu-instrs.s [new file with mode: 0644]