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

Duncan Sands baldrick at free.fr
Wed Feb 10 00:41:50 PST 2010


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