diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-20 17:57:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-20 17:57:13 +0000 |
commit | 943211187d72eb27d4f54de9ac7e5786e72b38e1 (patch) | |
tree | 21c9f372f340fe7988f1b04de7beafd14c948972 /tools/analyze/AnalysisWrappers.cpp | |
parent | 10cf8fa592172a8cd15f2d1c917db87034454723 (diff) | |
download | external_llvm-943211187d72eb27d4f54de9ac7e5786e72b38e1.zip external_llvm-943211187d72eb27d4f54de9ac7e5786e72b38e1.tar.gz external_llvm-943211187d72eb27d4f54de9ac7e5786e72b38e1.tar.bz2 |
fix file headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/analyze/AnalysisWrappers.cpp')
-rw-r--r-- | tools/analyze/AnalysisWrappers.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/analyze/AnalysisWrappers.cpp b/tools/analyze/AnalysisWrappers.cpp index 5791377..6c4c99f 100644 --- a/tools/analyze/AnalysisWrappers.cpp +++ b/tools/analyze/AnalysisWrappers.cpp @@ -6,7 +6,6 @@ // the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// // // This file defines pass wrappers around LLVM analyses that don't make sense to // be passes. It provides a nice standard pass interface to these classes so |