From c043b437b38ae3a2d104a967451a76dcd740c22d Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 19 Jan 2007 00:07:16 +0000 Subject: Back out last changes for dataLayout. Much more work is needed. llvm-svn: 33347 --- llvm/lib/Bytecode/Writer/Writer.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/Bytecode/Writer/Writer.cpp') 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()); -- cgit v1.2.3