Merging r260164:
[oota-llvm.git] / include / llvm / IR / GlobalValue.h
index 4fa4e7daeab0e5634586290baa8f521818ea8f53..fa6469aa0ade78fd2206180de23a052de368121d 100644 (file)
@@ -346,6 +346,10 @@ public:
     return !(isDeclarationForLinker() || isWeakForLinker());
   }
 
+  // Returns true if the alignment of the value can be unilaterally
+  // increased.
+  bool canIncreaseAlignment() const;
+
   /// This method unlinks 'this' from the containing module, but does not delete
   /// it.
   virtual void removeFromParent() = 0;