[llvm-commits] [llvm] r75660 - /llvm/trunk/lib/Target/ARM/ARMISelDAGToDAG.cpp

Mike Stump mrs at apple.com
Tue Jul 14 13:01:07 PDT 2009


On Jul 14, 2009, at 12:11 PM, Anton Korobeynikov wrote:
>> hasThumb2() does not mean we are compiling for thumb, must also  
>> check isThumb().
> Should we introduce isReallyThumb2()? :)

Using really in an api is against the coding conventions.  :-)  Use  
it, we kill you.



More information about the llvm-commits mailing list