diff options
| author | Bill Wendling <isanbard@gmail.com> | 2008-02-26 10:57:23 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2008-02-26 10:57:23 +0000 |
| commit | 80d6b87934e98331447886fca9c3f77a38910771 (patch) | |
| tree | 0a468f1985e593b1da03bbe202fe84b26344bf7e /llvm/lib/Target/MSIL/MSILWriter.cpp | |
| parent | d188e03715e2027ee49378c2398ed0f5dfa125ef (diff) | |
| download | bcm5719-llvm-80d6b87934e98331447886fca9c3f77a38910771.tar.gz bcm5719-llvm-80d6b87934e98331447886fca9c3f77a38910771.zip | |
De-tabify
llvm-svn: 47600
Diffstat (limited to 'llvm/lib/Target/MSIL/MSILWriter.cpp')
| -rw-r--r-- | llvm/lib/Target/MSIL/MSILWriter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/MSIL/MSILWriter.cpp b/llvm/lib/Target/MSIL/MSILWriter.cpp index be9fc64bd8e..f0a66848afe 100644 --- a/llvm/lib/Target/MSIL/MSILWriter.cpp +++ b/llvm/lib/Target/MSIL/MSILWriter.cpp @@ -1,6 +1,6 @@ //===-- MSILWriter.cpp - Library for converting LLVM code to MSIL ---------===// // -// The LLVM Compiler Infrastructure +// The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. @@ -1640,7 +1640,7 @@ void MSILWriter::printExternals() { //===----------------------------------------------------------------------===// -// External Interface declaration +// External Interface declaration //===----------------------------------------------------------------------===// bool MSILTarget::addPassesToEmitWholeFile(PassManager &PM, std::ostream &o, |

