[llvm-commits] [llvm] r56927 - in /llvm/trunk/lib: CodeGen/SelectionDAG/SelectionDAG.cpp VMCore/AsmWriter.cpp

Anton Korobeynikov anton at korobeynikov.info
Wed Oct 1 13:34:47 PDT 2008


Hi Dan,

> -  uint64_t Limit = -1;
> +  uint64_t Limit = uint64_t(-1);
Why don't use -1ULL here? It looks a bit nicer :)

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list