For PR1328:
[oota-llvm.git] / utils / TableGen / IntrinsicEmitter.cpp
index f884c424a71f3c9fd6208fad043ca64f0cb36079..834e1429ba49da4e10b5e0f660f3b04421430619 100644 (file)
@@ -103,8 +103,6 @@ EmitFnNameRecognizer(const std::vector<CodeGenIntrinsic> &Ints,
          << Ints[I->second].EnumName << ";\n";
   }
   OS << "  }\n";
-  OS << "  // The 'llvm.' namespace is reserved!\n";
-  OS << "  assert(0 && \"Unknown LLVM intrinsic function!\");\n";
   OS << "#endif\n\n";
 }