mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 23:24:34 +00:00
Fix error message to match function name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -2949,7 +2949,7 @@ static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef,
|
|||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
llvm_unreachable("unexpected size for EncodeNEONModImm");
|
llvm_unreachable("unexpected size for isNEONModifiedImm");
|
||||||
return SDValue();
|
return SDValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user