[llvm-commits] [llvm] r95740 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp

Bill Wendling isanbard at gmail.com
Thu Feb 11 02:38:03 PST 2010


Ah! Good idea. Done.

-bw

On Feb 10, 2010, at 12:41 AM, Duncan Sands wrote:

> Hi Bill,
> 
>> +  if (TypeInfos.size() != 0) EOL("-- Catch TypeInfos --");
> 
> how about: if (!TypeInfos.empty()) ...
> 
>> +  if (FilterIds.size() != 0) EOL("-- Filter IDs --");
> 
> Likewise.
> 
> Ciao,
> 
> Duncan.
> 




More information about the llvm-commits mailing list