diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineConstantPool.h')
| -rw-r--r-- | include/llvm/CodeGen/MachineConstantPool.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h index 8d6c1d1e4ca2..e6698a525e16 100644 --- a/include/llvm/CodeGen/MachineConstantPool.h +++ b/include/llvm/CodeGen/MachineConstantPool.h @@ -136,7 +136,7 @@ public:      : TD(td), PoolAlignment(1) {}    ~MachineConstantPool(); -  /// getConstantPoolAlignment - Return the the alignment required by +  /// getConstantPoolAlignment - Return the alignment required by    /// the whole constant pool, of which the first element must be aligned.    unsigned getConstantPoolAlignment() const { return PoolAlignment; }  | 
