diff options
-rw-r--r-- | lib/Target/ARM/ARMFastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index ff359eb12c..6e245c3281 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp @@ -562,7 +562,7 @@ bool ARMFastISel::ARMEmitLoad(EVT VT, unsigned &ResultReg, bool isFloat = false; switch (VT.getSimpleVT().SimpleTy) { default: - assert(false && "Trying to emit for an unhandled type!"); + // This is mostly going to be Neon/vector support. return false; case MVT::i16: Opc = isThumb ? ARM::tLDRH : ARM::LDRH; |