diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-17 19:35:17 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-17 19:35:17 +0000 |
commit | 444fdea19d7c8ea54770080f7311e217497d6915 (patch) | |
tree | cc897efd65b5f1bdf069088c5437275a611b1961 /lib/Transforms/IPO/ExtractFunction.cpp | |
parent | a83a6e4276fecc6123162ff96a3535f0b6e7e691 (diff) |
This file was somehow missing a top-level comment line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/ExtractFunction.cpp')
-rw-r--r-- | lib/Transforms/IPO/ExtractFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/ExtractFunction.cpp b/lib/Transforms/IPO/ExtractFunction.cpp index c1ae2d45e4..4e61a3433a 100644 --- a/lib/Transforms/IPO/ExtractFunction.cpp +++ b/lib/Transforms/IPO/ExtractFunction.cpp @@ -1,4 +1,4 @@ - +//===-- ExtractFunction.cpp - Function extraction pass --------------------===// // // The LLVM Compiler Infrastructure // |