Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in AVX mode. This fix
[oota-llvm.git] / lib / Support / ErrorHandling.cpp
index 3579546d757d4c9b0107962aecfaccf0053756c1..e6cc57db8243506c7a18067e6109dd4c7485d2fd 100644 (file)
@@ -32,7 +32,6 @@
 #endif
 
 using namespace llvm;
-using namespace std;
 
 static fatal_error_handler_t ErrorHandler = 0;
 static void *ErrorHandlerUserData = 0;