Delete dead code.
[oota-llvm.git] / lib / CodeGen / ObjectCodeEmitter.cpp
index 10448566b58badaf82af1933c60be26770384bce..cf05275d7a3152daae491d0e54b4e5d3b0b076c6 100644 (file)
@@ -55,8 +55,7 @@ void ObjectCodeEmitter::emitDWordBE(uint64_t W) {
   BO->emitDWordBE(W);
 }
 
-/// emitAlignment - Move the CurBufferPtr pointer up the the specified
-/// alignment (saturated to BufferEnd of course).
+/// emitAlignment - Align 'BO' to the necessary alignment boundary.
 void ObjectCodeEmitter::emitAlignment(unsigned Alignment /* 0 */,
                                       uint8_t fill /* 0 */) {
   BO->emitAlignment(Alignment, fill);