summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmBackend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmBackend.cpp b/llvm/lib/Target/ARM/ARMAsmBackend.cpp
index e1c4524162c..ac258fafd81 100644
--- a/llvm/lib/Target/ARM/ARMAsmBackend.cpp
+++ b/llvm/lib/Target/ARM/ARMAsmBackend.cpp
@@ -111,7 +111,6 @@ public:
DarwinARMAsmBackend(const Target &T)
: ARMAsmBackend(T) {
HasScatteredSymbols = true;
- assert(0 && "DarwinARMAsmBackend::DarwinARMAsmBackend() unimplemented");
}
virtual const MCObjectFormat &getObjectFormat() const {
OpenPOWER on IntegriCloud