From 444fdea19d7c8ea54770080f7311e217497d6915 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 17 Nov 2003 19:35:17 +0000 Subject: [PATCH] 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 --- lib/Transforms/IPO/ExtractFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // -- 2.34.1