summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-30 12:59:16 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-30 12:59:16 +0000
commita71c9e2ebff32498f42830c7d3988554eea312e4 (patch)
tree9abce84199329b8225a0cefbfa6e00803baf6fcd
parentc273f241960cfcc402153a0fda38d0977bf00fd2 (diff)
downloadbcm5719-llvm-a71c9e2ebff32498f42830c7d3988554eea312e4.tar.gz
bcm5719-llvm-a71c9e2ebff32498f42830c7d3988554eea312e4.zip
Tidy up.
llvm-svn: 117782
-rw-r--r--llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp2
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 642cd9c9307..31bb8f2d7fa 100644
--- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/llvm/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));
OpenPOWER on IntegriCloud