diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-19 00:07:16 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-19 00:07:16 +0000 |
commit | 021830bb0394332063e856e0a9e4b6179513133b (patch) | |
tree | f4264949eb2c5add78557f83222db751ea3ac15b /lib/Bytecode/Writer/Writer.cpp | |
parent | 4b70161b69ab4d038bee38970fafcb00d0a6b03b (diff) |
Back out last changes for dataLayout. Much more work is needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33347 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer/Writer.cpp')
-rw-r--r-- | lib/Bytecode/Writer/Writer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp index aea9000754..2013524939 100644 --- a/lib/Bytecode/Writer/Writer.cpp +++ b/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()); |