[llvm-commits] CVS: llvm/lib/Target/MSIL/MSILWriter.cpp

Chris Lattner sabre at nondot.org
Sun May 6 13:31:37 PDT 2007



Changes in directory llvm/lib/Target/MSIL:

MSILWriter.cpp updated: 1.8 -> 1.9
---
Log message:

add this back


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

 MSILWriter.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/MSIL/MSILWriter.cpp
diff -u llvm/lib/Target/MSIL/MSILWriter.cpp:1.8 llvm/lib/Target/MSIL/MSILWriter.cpp:1.9
--- llvm/lib/Target/MSIL/MSILWriter.cpp:1.8	Sun May  6 15:13:33 2007
+++ llvm/lib/Target/MSIL/MSILWriter.cpp	Sun May  6 15:31:17 2007
@@ -1,3 +1,4 @@
+//===-- MSILWriter.cpp - Library for converting LLVM code to MSIL ---------===//
 //
 //		       The LLVM Compiler Infrastructure
 //






More information about the llvm-commits mailing list