From: Anton Korobeynikov Date: Wed, 9 Jul 2008 13:56:43 +0000 (+0000) Subject: Silence a warning X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8e819aea34bfd291149c956c673e97f06ba22a1d;p=oota-llvm.git Silence a warning git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53326 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h index eb90d94da35..1bde72e2d01 100644 --- a/include/llvm/Target/TargetAsmInfo.h +++ b/include/llvm/Target/TargetAsmInfo.h @@ -45,7 +45,7 @@ namespace llvm { } namespace SectionFlags { - const unsigned Invalid = -1UL; + const unsigned Invalid = -1U; const unsigned None = 0; const unsigned Code = 1 << 0; ///< Section contains code const unsigned Writeable = 1 << 1; ///< Section is writeable