Fix a warning introduced by r227557 due to a default label in a fully
[oota-llvm.git] / lib / Transforms / Vectorize / LoopVectorize.cpp
index cec6989cab49a9b792ebc2353d1baf82f3633865..b722838b3f0d69663402510d6eab0abd93675123 100644 (file)
@@ -744,7 +744,6 @@ public:
         return B.CreateGEP(StartValue, Index);
 
       case IK_NoInduction:
-      default:
         return nullptr;
       }
     }