[llvm-commits] [llvm] r46556 - in /llvm/trunk: include/llvm/CodeGen/PseudoSourceValue.h include/llvm/Value.h lib/CodeGen/PseudoSourceValue.cpp
Dan Gohman
djg at cray.com
Thu Jan 31 15:30:17 PST 2008
> > This is a static initializer, so it can't assume Type::Int8Ty has
> > been initialized at this point.
> >
> > Can you take a look? Thanks.
>
> A good way to fix this is to replace direct use of the objects with
> simple accessors. This is how ConstantInt::getTrue() handle's the 'i1
> 1' singleton for example.
Thanks. I'll take a look at it.
Dan
--
Dan Gohman, Cray Inc.
More information about the llvm-commits
mailing list