Special case aliases in GlobalValue::getAlignment.
[oota-llvm.git] / include / llvm / IR / GlobalAlias.h
index 2ca481a515f93d773595888f8f0b4bdaa5055b21..ad02996e2dcb6e27bd0cfb95a4e4269dc8603417 100644 (file)
@@ -41,7 +41,7 @@ public:
   /// GlobalAlias ctor - If a parent module is specified, the alias is
   /// automatically inserted into the end of the specified module's alias list.
   GlobalAlias(Type *Ty, LinkageTypes Linkage, const Twine &Name = "",
-              Constant* Aliasee = 0, Module *Parent = 0);
+              Constant* Aliasee = nullptr, Module *Parent = nullptr);
 
   /// Provide fast operand accessors
   DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Constant);