Dead comment.

llvm-svn: 33719
This commit is contained in:
Evan Cheng 2007-01-31 21:31:25 +00:00
parent e7422f6b8d
commit d7e39eb443
1 changed files with 0 additions and 1 deletions

View File

@ -495,7 +495,6 @@ unsigned TargetData::getPreferredAlignmentLog(const GlobalVariable *GV) const {
Alignment = Log2_32(GV->getAlignment()); Alignment = Log2_32(GV->getAlignment());
if (GV->hasInitializer()) { if (GV->hasInitializer()) {
// Always round up alignment of global doubles to 8 bytes.
if (Alignment < 4) { if (Alignment < 4) {
// If the global is not external, see if it is large. If so, give it a // If the global is not external, see if it is large. If so, give it a
// larger alignment. // larger alignment.