Remove exception handling support from the old JIT.
[oota-llvm.git] / lib / CodeGen / TargetOptionsImpl.cpp
index 435a5e7e0bf94a52a07dc4692adad37f465d8efd..c9c88c183a1b5f560a261bdac6f2c80d9c37be19 100644 (file)
@@ -59,7 +59,6 @@ bool TargetOptions::operator==(const TargetOptions &TO) {
     ARE_EQUAL(HonorSignDependentRoundingFPMathOption) &&
     ARE_EQUAL(UseSoftFloat) &&
     ARE_EQUAL(NoZerosInBSS) &&
-    ARE_EQUAL(JITExceptionHandling) &&
     ARE_EQUAL(JITEmitDebugInfo) &&
     ARE_EQUAL(JITEmitDebugInfoToDisk) &&
     ARE_EQUAL(GuaranteedTailCallOpt) &&