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:
2fd2b87
)
Fix typo. Not quite sure how that slipped in there.
author
Jim Grosbach
<grosbach@apple.com>
Wed, 10 Aug 2011 20:49:18 +0000
(20:49 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Wed, 10 Aug 2011 20:49:18 +0000
(20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137245
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 8273ffc44ab01ac9f41f5f448c30f70ca165e5a0..fcc8a6a7fd655df336eb5585fdd73bf887176bcb 100644
(file)
--- a/
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@
-2740,9
+2740,9
@@
validateInstruction(MCInst &Inst,
"destination operands must be sequential");
return false;
}
- case ARM::STR
g
D:
- case ARM::STR
g
D_PRE:
- case ARM::STR
g
D_POST:
+ case ARM::STRD:
+ case ARM::STRD_PRE:
+ case ARM::STRD_POST:
case ARM::STREXD: {
// Rt2 must be Rt + 1.
unsigned Rt = getARMRegisterNumbering(Inst.getOperand(1).getReg());