summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-12-10 00:01:02 +0000
committerJim Grosbach <grosbach@apple.com>2011-12-10 00:01:02 +0000
commit54337b8617d50af1fa0b966ff8cec671f900b961 (patch)
tree34f136298d70f8748ae36afca78c45af5cbd8e01 /llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
parent4e36a934dc2e9ae32b113267a5759e708301ca63 (diff)
downloadbcm5719-llvm-54337b8617d50af1fa0b966ff8cec671f900b961.tar.gz
bcm5719-llvm-54337b8617d50af1fa0b966ff8cec671f900b961.zip
ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.
llvm-svn: 146300
Diffstat (limited to 'llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp')
-rw-r--r--llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index 19706e95c8e..72da793d720 100644
--- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@ -4307,7 +4307,7 @@ StringRef ARMAsmParser::splitMnemonic(StringRef Mnemonic,
Mnemonic == "vcls" || Mnemonic == "vmls" || Mnemonic == "vmrs" ||
Mnemonic == "vnmls" || Mnemonic == "vqabs" || Mnemonic == "vrecps" ||
Mnemonic == "vrsqrts" || Mnemonic == "srs" || Mnemonic == "flds" ||
- Mnemonic == "fmrs" || Mnemonic == "fsqrts" ||
+ Mnemonic == "fmrs" || Mnemonic == "fsqrts" || Mnemonic == "fsubs" ||
(Mnemonic == "movs" && isThumb()))) {
Mnemonic = Mnemonic.slice(0, Mnemonic.size() - 1);
CarrySetting = true;
OpenPOWER on IntegriCloud