[llvm-commits] [llvm] r67979 - in /llvm/trunk/include/llvm: ADT/PointerIntPair.h Instruction.h Support/PointerLikeTypeTraits.h Use.h
Duncan Sands
baldrick at free.fr
Sun Mar 29 01:40:13 PDT 2009
Hi Chris,
> ... PointerIntPair<PointerIntPair<void*, 1,bool>, 1, bool>
you are missing a space before the first "bool" (occurs twice).
Very important this whitespace stuff! :)
Ciao,
Duncan.
More information about the llvm-commits
mailing list