[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp

Reid Spencer reid at x10sys.com
Thu Jan 18 16:07:32 PST 2007



Changes in directory llvm/lib/Bytecode/Writer:

Writer.cpp updated: 1.151 -> 1.152
---
Log message:

Back out last changes for dataLayout. Much more work is needed.


---
Diffs of the changes:  (+0 -3)

 Writer.cpp |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/lib/Bytecode/Writer/Writer.cpp
diff -u llvm/lib/Bytecode/Writer/Writer.cpp:1.151 llvm/lib/Bytecode/Writer/Writer.cpp:1.152
--- llvm/lib/Bytecode/Writer/Writer.cpp:1.151	Thu Jan 18 17:24:24 2007
+++ llvm/lib/Bytecode/Writer/Writer.cpp	Thu Jan 18 18:07:16 2007
@@ -1090,9 +1090,6 @@
 
   // 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());






More information about the llvm-commits mailing list