Factor code out of APInt to form a isUIntN helper function.
[oota-llvm.git] / include / llvm / Support / COFF.h
index 2bba8d3c87e1e1d2305af71987272214df429e7b..46fe269a231d079df293fda18f9b35c06b52053b 100644 (file)
@@ -69,7 +69,7 @@ namespace COFF {
     SF_ClassMask = 0x00FF0000,
     SF_ClassShift = 16,
 
-    SF_WeakReference = 0x01000000
+    SF_WeakExternal = 0x01000000
   };
 
   enum SymbolSectionNumber {