aboutsummaryrefslogtreecommitdiff
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
commitf73fd7278f2bebd435c84c55a79db8ccb07d3534 (patch)
treef67d881151b61103f9682b4081214fe6d5c23219
parent87dc3aa2d87871f1affc6f3f2fa587c7b6725d83 (diff)
trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115136 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMAsmBackend.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMAsmBackend.cpp b/lib/Target/ARM/ARMAsmBackend.cpp
index 91e141e11b..8dad104e79 100644
--- a/lib/Target/ARM/ARMAsmBackend.cpp
+++ b/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) {