[llvm-commits] CVS: llvm/include/llvm/Pass.h
Jeff Cohen
jeffc at jolt-lang.org
Thu May 3 15:09:45 PDT 2007
Changes in directory llvm/include/llvm:
Pass.h updated: 1.89 -> 1.90
---
Log message:
Unbreak VC++ build.
---
Diffs of the changes: (+0 -1)
Pass.h | 1 -
1 files changed, 1 deletion(-)
Index: llvm/include/llvm/Pass.h
diff -u llvm/include/llvm/Pass.h:1.89 llvm/include/llvm/Pass.h:1.90
--- llvm/include/llvm/Pass.h:1.89 Wed May 2 15:38:25 2007
+++ llvm/include/llvm/Pass.h Thu May 3 17:09:21 2007
@@ -35,7 +35,6 @@
#include <map>
#include <iosfwd>
#include <cassert>
-#include <stdint.h>
namespace llvm {
More information about the llvm-commits
mailing list