mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
trailing whitespace
llvm-svn: 115136
This commit is contained in:
parent
5b0ae02149
commit
4ad95fa930
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user