From: Misha Brukman Date: Mon, 17 Nov 2003 19:35:17 +0000 (+0000) Subject: This file was somehow missing a top-level comment line. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=444fdea19d7c8ea54770080f7311e217497d6915;p=oota-llvm.git 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 --- diff --git a/lib/Transforms/IPO/ExtractFunction.cpp b/lib/Transforms/IPO/ExtractFunction.cpp index c1ae2d45e45..4e61a3433a0 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 //