Fix build problem.

llvm-svn: 35856
This commit is contained in:
Jeff Cohen 2007-04-10 03:10:46 +00:00
parent 782ae66e41
commit a8644a6534
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ void Verifier::VerifyIntrinsicPrototype(Intrinsic::ID ID, Function *F, ...) {
if (GotBits < 16 || GotBits % 16 != 0)
CheckFailed("Intrinsic requires even byte width argument", F);
/* FALL THROUGH */
case Intrinsic::bit_part_select:
case Intrinsic::int_part_select:
if (ArgNo == 1) {
unsigned ResultBits =
cast<IntegerType>(FTy->getReturnType())->getBitWidth();