mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Remove assert, add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115009 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -562,7 +562,7 @@ bool ARMFastISel::ARMEmitLoad(EVT VT, unsigned &ResultReg,
|
|||||||
bool isFloat = false;
|
bool isFloat = false;
|
||||||
switch (VT.getSimpleVT().SimpleTy) {
|
switch (VT.getSimpleVT().SimpleTy) {
|
||||||
default:
|
default:
|
||||||
assert(false && "Trying to emit for an unhandled type!");
|
// This is mostly going to be Neon/vector support.
|
||||||
return false;
|
return false;
|
||||||
case MVT::i16:
|
case MVT::i16:
|
||||||
Opc = isThumb ? ARM::tLDRH : ARM::LDRH;
|
Opc = isThumb ? ARM::tLDRH : ARM::LDRH;
|
||||||
|
Reference in New Issue
Block a user