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:
0e82ac0
)
Revert 117660. Apparently it's not as trivial as that...
author
Jim Grosbach
<grosbach@apple.com>
Fri, 29 Oct 2010 16:50:53 +0000
(16:50 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Fri, 29 Oct 2010 16:50:53 +0000
(16:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117663
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 857352bfea1c9ad0eb6c3515b627bc8fff0f3c8c..b09dcd080f1755e78b2fbce6948403e1ac86ae3c 100644
(file)
--- a/
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@
-236,9
+236,9
@@
public:
bool isMemMode5() const {
+ // FIXME: Is this right? What about postindexed and Writeback?
if (!isMemory() || Mem.OffsetIsReg || Mem.OffsetRegShifted ||
- Mem.Preindexed || Mem.Negative || Mem.Postindexed ||
- Mem.Writeback)
+ Mem.Preindexed || Mem.Negative)
return false;
return true;