[mips][sched] Split IIFStore into II_S[WD]C1, and II_S[WDU]XC1
[oota-llvm.git] / lib / ExecutionEngine / RTDyldMemoryManager.cpp
index 58a64609b9bcd3e0a4aef9431c0179aeed1ba0b9..1646937e816cd72787e709cfd86cacb90b9d956f 100644 (file)
@@ -15,7 +15,6 @@
 #include "llvm/ExecutionEngine/RTDyldMemoryManager.h"
 #include "llvm/Support/DynamicLibrary.h"
 #include "llvm/Support/ErrorHandling.h"
-
 #include <cstdlib>
 
 #ifdef __linux__
@@ -34,7 +33,7 @@ RTDyldMemoryManager::~RTDyldMemoryManager() {}
 
 // Determine whether we can register EH tables.
 #if (defined(__GNUC__) && !defined(__ARM_EABI__) && !defined(__ia64__) && \
-     !defined(__USING_SJLJ_EXCEPTIONS__))
+     !defined(__SEH__) && !defined(__USING_SJLJ_EXCEPTIONS__))
 #define HAVE_EHTABLE_SUPPORT 1
 #else
 #define HAVE_EHTABLE_SUPPORT 0