summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJason W Kim <jason.w.kim.2009@gmail.com>2010-09-30 14:58:19 +0000
committerJason W Kim <jason.w.kim.2009@gmail.com>2010-09-30 14:58:19 +0000
commit6c233c141e6cd75f24432b484d2f7398e79587fa (patch)
treebb4ebe785665c12cc72b2dd402f79403f1233247 /llvm/lib
parenta31e741ac9cab71bfc93d9b594085cb9f7faab9d (diff)
downloadbcm5719-llvm-6c233c141e6cd75f24432b484d2f7398e79587fa.tar.gz
bcm5719-llvm-6c233c141e6cd75f24432b484d2f7398e79587fa.zip
Fix two tiny issues (ARM does not need COFF) and comment sanity.
llvm-svn: 115147
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmBackend.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmBackend.cpp b/llvm/lib/Target/ARM/ARMAsmBackend.cpp
index 8dad104e797..f13c2bbf482 100644
--- a/llvm/lib/Target/ARM/ARMAsmBackend.cpp
+++ b/llvm/lib/Target/ARM/ARMAsmBackend.cpp
@@ -15,7 +15,6 @@
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCObjectWriter.h"
-#include "llvm/MC/MCSectionCOFF.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCSectionMachO.h"
#include "llvm/MC/MachObjectWriter.h"
@@ -87,7 +86,7 @@ public:
}
};
-// Fixme: can we raise this to share code bet. Darwin and ELF?
+// Fixme: can we raise this to share code between Darwin and ELF?
void ELFARMAsmBackend::ApplyFixup(const MCFixup &Fixup, MCDataFragment &DF,
uint64_t Value) const {
assert(0 && "ELFARMAsmBackend::ApplyFixup() unimplemented");
OpenPOWER on IntegriCloud