[llvm-commits] [llvm] r42695 - /llvm/trunk/include/llvm/Pass.h

Anton Korobeynikov asl at math.spbu.ru
Sat Oct 6 06:07:11 PDT 2007


Author: asl
Date: Sat Oct  6 08:07:11 2007
New Revision: 42695

URL: http://llvm.org/viewvc/llvm-project?rev=42695&view=rev
Log:
Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation of this file.
Inspired by Laurence Tratt's patch

Modified:
    llvm/trunk/include/llvm/Pass.h

Modified: llvm/trunk/include/llvm/Pass.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Pass.h?rev=42695&r1=42694&r2=42695&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Pass.h (original)
+++ llvm/trunk/include/llvm/Pass.h Sat Oct  6 08:07:11 2007
@@ -29,6 +29,7 @@
 #ifndef LLVM_PASS_H
 #define LLVM_PASS_H
 
+#include "llvm/Support/DataTypes.h"
 #include "llvm/Support/Streams.h"
 #include <vector>
 #include <deque>





More information about the llvm-commits mailing list