[llvm-commits] [dragonegg] r154702 - in /dragonegg/trunk: include/dragonegg/Trees.h src/Backend.cpp src/Constants.cpp src/Convert.cpp src/Debug.cpp src/DefaultABI.cpp src/Trees.cpp src/Types.cpp src/arm/Target.cpp src/x86/Target.cpp
Duncan Sands
baldrick at free.fr
Sat Apr 14 05:28:15 PDT 2012
Hi Chris,
>> Introduce an "isa" method for testing tree codes, making it possible to write
>> "isa<INTEGER_TYPE>(type)" rather than "TREE_CODE(type) == INTEGER_TYPE".
>
> Heh, nice.
thanks :)
You should mention this on the "GCC in C++" megathread over on the gcc list :)
The signal to noise ratio in that thread is really small :( I don't want to
get hundreds of time-wasting emails about it in my inbox...
Ciao, Duncan.
More information about the llvm-commits
mailing list