[llvm-commits] unsigned to uint32_t patch
Frits van Bommel
fvbommel at gmail.com
Thu Jun 9 02:50:37 PDT 2011
On 9 June 2011 06:16, Jakub Staszak <jstaszak at apple.com> wrote:
> Right :) Fixed patch attached.
You need to #include "llvm/Support/DataTypes.h" in the header.
Currently it's indirectly #included via this path:
llvm/Analysis/BranchProbabilityInfo.h:18
llvm/Analysis/LoopInfo.h:34
llvm/Pass.h:368
llvm/PassSupport.h:27
llvm/Support/Atomic.h:17
llvm/Support/DataTypes.h
but I don't think you should rely on that.
More information about the llvm-commits
mailing list