Yeah, we don't really want to run the verifier on every compile. Very slow. :)

-eric


================
Comment at: lib/CodeGen/CGCUDANV.cpp:23
@@ -22,3 +22,3 @@
 #include "llvm/IR/DerivedTypes.h"
-#include <vector>
+#include "llvm/IR/Verifier.h"
 
----------------
We don't actually want to run the verifier on every compilation :)

http://reviews.llvm.org/D9507

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to