diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-01-31 21:31:25 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-01-31 21:31:25 +0000 |
commit | d7e39eb443b897fa5777a0463a4a90279f7d45e4 (patch) | |
tree | e891462a3bccfb61c1f82bc1309eaf00c8f5be4b /llvm/lib/Target/TargetData.cpp | |
parent | e7422f6b8d8caf18c8f2eea571360637b4082e65 (diff) | |
download | bcm5719-llvm-d7e39eb443b897fa5777a0463a4a90279f7d45e4.tar.gz bcm5719-llvm-d7e39eb443b897fa5777a0463a4a90279f7d45e4.zip |
Dead comment.
llvm-svn: 33719
Diffstat (limited to 'llvm/lib/Target/TargetData.cpp')
-rw-r--r-- | llvm/lib/Target/TargetData.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetData.cpp b/llvm/lib/Target/TargetData.cpp index 77bb01ebed2..559f4d04904 100644 --- a/llvm/lib/Target/TargetData.cpp +++ b/llvm/lib/Target/TargetData.cpp @@ -495,7 +495,6 @@ unsigned TargetData::getPreferredAlignmentLog(const GlobalVariable *GV) const { Alignment = Log2_32(GV->getAlignment()); if (GV->hasInitializer()) { - // Always round up alignment of global doubles to 8 bytes. if (Alignment < 4) { // If the global is not external, see if it is large. If so, give it a // larger alignment. |