mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
Silence VC warning C4715: '`anonymous namespace'::getNativeVectorSizeForA VXABI' :
not all control paths return a value. llvm-svn: 240389
This commit is contained in:
@@ -1408,6 +1408,7 @@ static unsigned getNativeVectorSizeForAVXABI(X86AVXABILevel AVXLevel) {
|
||||
case X86AVXABILevel::None:
|
||||
return 128;
|
||||
}
|
||||
llvm_unreachable("Unknown AVXLevel");
|
||||
}
|
||||
|
||||
/// X86_64ABIInfo - The X86_64 ABI information.
|
||||
|
||||
Reference in New Issue
Block a user