Dial down gcc's warnings: don't use 0UL when 0U suffices (and when the
authorScott Michel <scottm@aero.org>
Tue, 18 Mar 2008 16:55:06 +0000 (16:55 +0000)
committerScott Michel <scottm@aero.org>
Tue, 18 Mar 2008 16:55:06 +0000 (16:55 +0000)
commitacddf9d019316ac1735667dc92d96092e9f5bf2e
tree8e88cd7f0d3a77b62b5fab06e78ab9c02ce4c20d
parent981576c8182d9099030153772ac2c40ef79290fb
Dial down gcc's warnings: don't use 0UL when 0U suffices (and when the
variables and methods themselves only use unsigned.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48492 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SparseBitVector.h
lib/Analysis/IPA/Andersens.cpp