[X86] Split up the single switch statement in Sema::CheckX86BuiltinFunctionCall into...
authorCraig Topper <craig.topper@gmail.com>
Fri, 23 Sep 2016 04:48:27 +0000 (04:48 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 23 Sep 2016 04:48:27 +0000 (04:48 +0000)
commitf0ddc898f113b7ed14d8e92a112905574f89775f
treea3eddb1e1cf45ddd97e1c8511990866d57ee1ed3
parent5eb536069fbd1446d77e92fb36ee6fcb4d3a339e
[X86] Split up the single switch statement in Sema::CheckX86BuiltinFunctionCall into different switches or ifs for each type of check.

This in preparation for a new check that will check some of the builtins that already had the immediate range check.

llvm-svn: 282227
clang/lib/Sema/SemaChecking.cpp