summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-03-16 17:46:45 +0000
committerBob Wilson <bob.wilson@apple.com>2010-03-16 17:46:45 +0000
commitd6243b49d440cfde81cf9830a71658a65f8f69c0 (patch)
tree46f1ccd76dedf60ad848c9cc14ac9fbe203b0ffb /llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
parentceda0780f9043f6212e1df3051c3fc3fbf6b6704 (diff)
downloadbcm5719-llvm-d6243b49d440cfde81cf9830a71658a65f8f69c0.tar.gz
bcm5719-llvm-d6243b49d440cfde81cf9830a71658a65f8f69c0.zip
Remove the writeback flag from ARM's address mode 4. Now that we have separate
instructions for ld/st with writeback, the flag is completely redundant. llvm-svn: 98643
Diffstat (limited to 'llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp')
-rw-r--r--llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp b/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
index 7950adb5e3e..66abf99dda0 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
+++ b/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
@@ -232,8 +232,6 @@ void ARMInstPrinter::printAddrMode4Operand(const MCInst *MI, unsigned OpNum,
O << ".w";
} else {
printOperand(MI, OpNum);
- if (ARM_AM::getAM4WBFlag(MO2.getImm()))
- O << "!";
}
}
OpenPOWER on IntegriCloud