unbreak the build :(

llvm-svn: 35857
This commit is contained in:
Chris Lattner 2007-04-10 03:18:19 +00:00
parent a8644a6534
commit 0e772b7726
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::int_part_select:
case Intrinsic::part_select:
if (ArgNo == 1) {
unsigned ResultBits =
cast<IntegerType>(FTy->getReturnType())->getBitWidth();