OSDN Git Service

Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings about
authorScott Michel <scottm@aero.org>
Tue, 24 Apr 2007 01:24:20 +0000 (01:24 +0000)
committerScott Michel <scottm@aero.org>
Tue, 24 Apr 2007 01:24:20 +0000 (01:24 +0000)
commitf147a8d56e0811525916f4d8cd5dd1777f834a85
tree170b5a2051bde7371dfe197fc1df10b8af96298d
parente84bcb922de726309c299ecba4ec3d14d5f67c41
Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings about
tests always being true in the process.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36387 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp