projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660a9ec
)
Add exception necessitated by 133938.
author
Jim Grosbach
<grosbach@apple.com>
Mon, 27 Jun 2011 20:59:10 +0000
(20:59 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Mon, 27 Jun 2011 20:59:10 +0000
(20:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133939
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index 7e37d8d8772e58f175e31ca8e7b67a57b142732f..48daad06120731c4865b9fcd79664b8e6a4dbcec 100644
(file)
--- a/
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@
-1761,7
+1761,7
@@
static StringRef SplitMnemonic(StringRef Mnemonic,
Mnemonic == "vcle" ||
(Mnemonic == "smlal" || Mnemonic == "umaal" || Mnemonic == "umlal" ||
Mnemonic == "vabal" || Mnemonic == "vmlal" || Mnemonic == "vpadal" ||
- Mnemonic == "vqdmlal"))
+ Mnemonic == "vqdmlal"
|| Mnemonic == "bics"
))
return Mnemonic;
// First, split out any predication code.