Fix build problem.
authorJeff Cohen <jeffc@jolt-lang.org>
Tue, 10 Apr 2007 03:10:46 +0000 (03:10 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Tue, 10 Apr 2007 03:10:46 +0000 (03:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35856 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Verifier.cpp

index c2fba2905229670e9208a7726278913f605002a2..6b17598df893defd2914c7d4bc9e3403e3a074f1 100644 (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();