summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMAsmBackend.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-09-30 03:21:00 +0000
committerJim Grosbach <grosbach@apple.com>2010-09-30 03:21:00 +0000
commit689651c767283d350b70a14f5e46c404e12716c3 (patch)
tree3131f45920b92e728cc3f1e4c69c59ca400e94a5 /llvm/lib/Target/ARM/ARMAsmBackend.cpp
parent58bce993851900591a8c34a18286d56d799d2806 (diff)
downloadbcm5719-llvm-689651c767283d350b70a14f5e46c404e12716c3.tar.gz
bcm5719-llvm-689651c767283d350b70a14f5e46c404e12716c3.zip
trailing whitespace
llvm-svn: 115136
Diffstat (limited to 'llvm/lib/Target/ARM/ARMAsmBackend.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmBackend.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmBackend.cpp b/llvm/lib/Target/ARM/ARMAsmBackend.cpp
index 91e141e11b9..8dad104e797 100644
--- a/llvm/lib/Target/ARM/ARMAsmBackend.cpp
+++ b/llvm/lib/Target/ARM/ARMAsmBackend.cpp
@@ -29,7 +29,7 @@ namespace {
class ARMAsmBackend : public TargetAsmBackend {
public:
ARMAsmBackend(const Target &T)
- : TargetAsmBackend(T) {
+ : TargetAsmBackend(T) {
}
bool MayNeedRelaxation(const MCInst &Inst) const;
@@ -51,7 +51,7 @@ void ARMAsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const {
bool ARMAsmBackend::WriteNopData(uint64_t Count, MCObjectWriter *OW) const {
assert(0 && "ARMAsmBackend::WriteNopData() unimplemented");
- if ((Count % 4) != 0) {
+ if ((Count % 4) != 0) {
// Fixme: % 2 for Thumb?
return false;
}
@@ -126,7 +126,7 @@ void DarwinARMAsmBackend::ApplyFixup(const MCFixup &Fixup, MCDataFragment &DF,
uint64_t Value) const {
assert(0 && "DarwinARMAsmBackend::ApplyFixup() unimplemented");
}
-} // end anonymous namespace
+} // end anonymous namespace
TargetAsmBackend *llvm::createARMAsmBackend(const Target &T,
const std::string &TT) {
OpenPOWER on IntegriCloud