commit | 126048c18c4a735ebb2c7c544b9bd48f395b53d9 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@gmail.com> | Tue Oct 16 02:21:30 2012 +0000 |
committer | Craig Topper <craig.topper@gmail.com> | Tue Oct 16 02:21:30 2012 +0000 |
tree | 2fe9323a8d7856e934dac359d3f7307f778e7395 | |
parent | 0cead1cfef0551d4a012fc01f832282b4a4e8020 [diff] [blame] |
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 6233922..86c76f0 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 //