Silence a warning
authorAnton Korobeynikov <asl@math.spbu.ru>
Wed, 9 Jul 2008 13:56:43 +0000 (13:56 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Wed, 9 Jul 2008 13:56:43 +0000 (13:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53326 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetAsmInfo.h

index eb90d94da354e779385d6f3ad249e0daed1b5474..1bde72e2d0179d2541c834a4e453bd8f83b899a3 100644 (file)
@@ -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