aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-14 20:38:44 +0000
committerChris Lattner <sabre@nondot.org>2008-05-14 20:38:44 +0000
commit4186ad56cfe70ab065d3ca7aadcded814574fa42 (patch)
treee7b5e5c51ca8b466b79fe6ff31bb3473c49f33ae /lib/Transforms
parentbb60674191446ba3fc8febdf9d4f22da5a273c3c (diff)
rename SimplifyCFG.cpp -> SimplifyCFGPass.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Scalar/SimplifyCFGPass.cpp (renamed from lib/Transforms/Scalar/SimplifyCFG.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/SimplifyCFG.cpp b/lib/Transforms/Scalar/SimplifyCFGPass.cpp
index a42bc34040..23683289c0 100644
--- a/lib/Transforms/Scalar/SimplifyCFG.cpp
+++ b/lib/Transforms/Scalar/SimplifyCFGPass.cpp
@@ -1,4 +1,4 @@
-//===- SimplifyCFG.cpp - CFG Simplification Pass --------------------------===//
+//===- SimplifyCFGPass.cpp - CFG Simplification Pass ----------------------===//
//
// The LLVM Compiler Infrastructure
//