unbreak the build :(
authorChris Lattner <sabre@nondot.org>
Tue, 10 Apr 2007 03:18:19 +0000 (03:18 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Apr 2007 03:18:19 +0000 (03:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35857 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Verifier.cpp

index 6b17598df893defd2914c7d4bc9e3403e3a074f1..89a08b0770dbd6e9e13cada9780d4b55d6c16d8c 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::int_part_select:
+        case Intrinsic::part_select:
           if (ArgNo == 1) {
             unsigned ResultBits = 
               cast<IntegerType>(FTy->getReturnType())->getBitWidth();