[PATCH] D16144: NFC. Move getAlignment helper function from ValueTracking to Value class.

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 18:25:39 PST 2016


hfinkel added inline comments.

================
Comment at: include/llvm/IR/Value.h:501
@@ -500,1 +500,3 @@
 
+  unsigned getPointerAlignment(const DataLayout &DL) const;
+
----------------
reames wrote:
> Documentation?
This change makes sense to me, but as Phlip says, the function needs documentation to be in a public header.


http://reviews.llvm.org/D16144





More information about the llvm-commits mailing list