Fix preload instruction isel. Only v7 supports pli, and only v7 with mp extension...
[oota-llvm.git] / lib / Support / raw_ostream.cpp
index f3bcfa1b14a51f9e7995d15e6ecf2a91eb5e7eda..dceccad161d64375e04b123e6af1214c3d42afb6 100644 (file)
 # include <fcntl.h>
 #endif
 
+#if defined(__CYGWIN__)
+#include <io.h>
+#endif
+
 #if defined(_MSC_VER)
 #include <io.h>
 #include <fcntl.h>