summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 20:31:17 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 20:31:17 +0000
commit31c2ec3afb8ed19c27593e7a6ff28dea9a58a166 (patch)
tree0035fbcc0a33bd0315115ba3b5c2d76e377606d7
parentb682448ebd8074dd63b40d41204fc69a417e0eac (diff)
downloadllvm-31c2ec3afb8ed19c27593e7a6ff28dea9a58a166.tar.gz
llvm-31c2ec3afb8ed19c27593e7a6ff28dea9a58a166.tar.bz2
llvm-31c2ec3afb8ed19c27593e7a6ff28dea9a58a166.tar.xz
add this back
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36892 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/MSIL/MSILWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/MSIL/MSILWriter.cpp b/lib/Target/MSIL/MSILWriter.cpp
index e986a55a5f..5859adf87a 100644
--- a/lib/Target/MSIL/MSILWriter.cpp
+++ b/lib/Target/MSIL/MSILWriter.cpp
@@ -1,3 +1,4 @@
+//===-- MSILWriter.cpp - Library for converting LLVM code to MSIL ---------===//
//
// The LLVM Compiler Infrastructure
//