[llvm-commits] [llvm] r67714 - /llvm/trunk/utils/TableGen/DAGISelEmitter.cpp

Dan Gohman gohman at apple.com
Wed Mar 25 16:38:07 PDT 2009


Hi Jim,

On Mar 25, 2009, at 4:28 PM, Jim Grosbach wrote:
>
> +  int FoundRC = 0;

Please use bool, false, and true, instead of int, 0, and 1 here.

Thanks,

Dan




More information about the llvm-commits mailing list