Add the ExceptionHandling::MSVC enumeration
[oota-llvm.git] / lib / CodeGen / Passes.cpp
index 5e1117522dbffe789d170bc1e0d0cb4f09f83ab5..e53e874cb17828d0449f1e954256a1f3d43d464d 100644 (file)
@@ -451,6 +451,7 @@ void TargetPassConfig::addPassesToHandleExceptions() {
   case ExceptionHandling::ItaniumWinEH:
     addPass(createDwarfEHPass(TM));
     break;
+  case ExceptionHandling::MSVC: // FIXME: Add preparation.
   case ExceptionHandling::None:
     addPass(createLowerInvokePass());