summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer/Writer.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-19 00:07:16 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-19 00:07:16 +0000
commitc043b437b38ae3a2d104a967451a76dcd740c22d (patch)
treef350e75cdcebc2b8b0cc8ad7c06d19075282ccd8 /llvm/lib/Bytecode/Writer/Writer.cpp
parent650d292f89643aad10a447747286ba4b07182635 (diff)
downloadbcm5719-llvm-c043b437b38ae3a2d104a967451a76dcd740c22d.tar.gz
bcm5719-llvm-c043b437b38ae3a2d104a967451a76dcd740c22d.zip
Back out last changes for dataLayout. Much more work is needed.
llvm-svn: 33347
Diffstat (limited to 'llvm/lib/Bytecode/Writer/Writer.cpp')
-rw-r--r--llvm/lib/Bytecode/Writer/Writer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Bytecode/Writer/Writer.cpp b/llvm/lib/Bytecode/Writer/Writer.cpp
index aea90007549..20135249390 100644
--- a/llvm/lib/Bytecode/Writer/Writer.cpp
+++ b/llvm/lib/Bytecode/Writer/Writer.cpp
@@ -1090,9 +1090,6 @@ void BytecodeWriter::outputModuleInfoBlock(const Module *M) {
// Output the target triple from the module
output(M->getTargetTriple());
-
- // Output the data layout from the module
- output(M->getDataLayout());
// Emit the table of section names.
output_vbr((unsigned)SectionNames.size());
OpenPOWER on IntegriCloud