mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[X86] Remove a return after llvm_unreachable.
llvm-svn: 256681
This commit is contained in:
parent
cf29b2e15a
commit
4ffb442ed6
@ -32,7 +32,6 @@ static unsigned getVectorRegSize(unsigned RegNo) {
|
||||
return 64;
|
||||
|
||||
llvm_unreachable("Unknown vector reg!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
static MVT getRegOperandVectorVT(const MCInst *MI, const MVT &ScalarVT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user