summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAssembler.cpp
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2010-01-19 01:32:44 +0000
committerNate Begeman <natebegeman@mac.com>2010-01-19 01:32:44 +0000
commite945172ba4378ac7505faeac7b4d25aaa31de0fa (patch)
tree43532387916e92725d112c9976e3df9b90126358 /llvm/lib/MC/MCAssembler.cpp
parentbb1110a7ae2b1b0178c294928d108fa205e6de24 (diff)
downloadbcm5719-llvm-e945172ba4378ac7505faeac7b4d25aaa31de0fa.tar.gz
bcm5719-llvm-e945172ba4378ac7505faeac7b4d25aaa31de0fa.zip
Remove this fixme, looking at the linker source, all targets pad to 4 bytes.
llvm-svn: 93835
Diffstat (limited to 'llvm/lib/MC/MCAssembler.cpp')
-rw-r--r--llvm/lib/MC/MCAssembler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCAssembler.cpp b/llvm/lib/MC/MCAssembler.cpp
index 1f5b6f140d5..f0f5a47eb2c 100644
--- a/llvm/lib/MC/MCAssembler.cpp
+++ b/llvm/lib/MC/MCAssembler.cpp
@@ -679,8 +679,6 @@ public:
UndefinedSymbolData[i].SymbolData->setIndex(Index++);
// The string table is padded to a multiple of 4.
- //
- // FIXME: Check to see if this varies per arch.
while (StringTable.size() % 4)
StringTable += '\x00';
}
OpenPOWER on IntegriCloud