Silence VC warning C4715: '`anonymous namespace'::getNativeVectorSizeForA VXABI' :

not all control paths return a value.

llvm-svn: 240389
This commit is contained in:
Yaron Keren 2015-06-23 09:45:42 +00:00
parent 1758a9f1f7
commit b76cb044f1
1 changed files with 1 additions and 0 deletions

View File

@ -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.