From: Craig Topper Date: Tue, 16 Oct 2012 02:21:30 +0000 (+0000) Subject: Fix filename in file header. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=126048c18c4a735ebb2c7c544b9bd48f395b53d9;p=oota-llvm.git Fix filename in file header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166004 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/IPO.cpp b/lib/Transforms/IPO/IPO.cpp index 6233922db92..86c76f0c0a0 100644 --- a/lib/Transforms/IPO/IPO.cpp +++ b/lib/Transforms/IPO/IPO.cpp @@ -1,4 +1,4 @@ -//===-- Scalar.cpp --------------------------------------------------------===// +//===-- IPO.cpp -----------------------------------------------------------===// // // The LLVM Compiler Infrastructure //