Don't manually (and forcibly) run the verifier on the entire module from
[oota-llvm.git] / lib / CodeGen / JumpInstrTables.cpp
index 61ef722dce525a27e9a9550989f6bb6b9669fbc8..750f71f6022e4b2ad2fdf93f0b5abee9b6f72e50 100644 (file)
@@ -251,10 +251,6 @@ FunctionType *JumpInstrTables::transformType(FunctionType *FunTy) {
 }
 
 bool JumpInstrTables::runOnModule(Module &M) {
-  // Make sure the module is well-formed, especially with respect to jumptable.
-  if (verifyModule(M))
-    return false;
-
   JITI = &getAnalysis<JumpInstrTableInfo>();
 
   // Get the set of jumptable-annotated functions.