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:
16c3b64
)
Tidy up.
author
Jim Grosbach
<grosbach@apple.com>
Sat, 30 Oct 2010 12:59:16 +0000
(12:59 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Sat, 30 Oct 2010 12:59:16 +0000
(12:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117782
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 642cd9c93070f517dfe725992b61ffaac2bd3fc6..31bb8f2d7fa474c19d142ab838456a94af3626fe 100644
(file)
--- a/
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@
-260,7
+260,7
@@
public:
// the difference?
if (Mem.Offset) {
const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Mem.Offset);
- assert
(CE && "non-constant mode 5 offset operand!");
+ assert(CE && "non-constant mode 5 offset operand!");
// The MCInst offset operand doesn't include the low two bits (like
// the instruction encoding).
Inst.addOperand(MCOperand::CreateImm(CE->getValue() / 4));