Added macro PRId64 to opt.cpp for compilation on Windows

This commit is contained in:
Jean-Luc Duprat
2012-03-27 12:46:59 -07:00
parent 29c2f24faf
commit b923e4daea

View File

@@ -84,6 +84,13 @@
#endif
#endif // ISPC_IS_WINDOWS
#ifndef PRId64
#define PRId64 "lld"
#endif
#ifndef PRIu64
#define PRIu64 "llu"
#endif
static llvm::Pass *CreateIntrinsicsOptPass();
static llvm::Pass *CreateVSelMovmskOptPass();
static llvm::Pass *CreateDetectGSBaseOffsetsPass();