mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Add a comment: value is log2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26068 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
34167215a8
commit
ef3640aded
@ -1074,6 +1074,9 @@ protected:
|
||||
public:
|
||||
|
||||
Constant *get() const { return C; }
|
||||
|
||||
// Return the alignment of this constant pool object, which is either 0 (for
|
||||
// default alignment) or log2 of the desired value.
|
||||
unsigned getAlignment() const { return Alignment; }
|
||||
|
||||
static bool classof(const ConstantPoolSDNode *) { return true; }
|
||||
|
Loading…
Reference in New Issue
Block a user