diff options
author | Duncan Sands <baldrick@free.fr> | 2008-01-20 10:49:23 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-01-20 10:49:23 +0000 |
commit | 02ec6e51edf361e1030b71494a71de0a7a9931e7 (patch) | |
tree | 9b3f1b0ddcbb3f69aa9d9f34bb95987923db61a3 /lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 713ed3f7c0cb788f74af0697fce3c4eafda4178e (diff) |
Initializing an unsigned with ~0UL causes the compiler
to complain on x86-64 (gcc 4.1). Use ~0U instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
0 files changed, 0 insertions, 0 deletions