diff options
Diffstat (limited to 'llvm/lib/Target/ARM/AsmParser')
| -rw-r--r-- | llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 2 | 
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 912a82e5304..2197a605b2c 100644 --- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -4395,7 +4395,7 @@ StringRef ARMAsmParser::splitMnemonic(StringRef Mnemonic,          Mnemonic == "vnmls" || Mnemonic == "vqabs" || Mnemonic == "vrecps" ||          Mnemonic == "vrsqrts" || Mnemonic == "srs" || Mnemonic == "flds" ||          Mnemonic == "fmrs" || Mnemonic == "fsqrts" || Mnemonic == "fsubs" || -        Mnemonic == "fsts" || +        Mnemonic == "fsts" || Mnemonic == "fcpys" || Mnemonic == "fdivs" ||          (Mnemonic == "movs" && isThumb()))) {      Mnemonic = Mnemonic.slice(0, Mnemonic.size() - 1);      CarrySetting = true; | 

