rename SimplifyCFG.cpp -> SimplifyCFGPass.cpp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51130 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-05-14 20:38:44 +00:00
parent bb60674191
commit 4186ad56cf

View File

@ -1,4 +1,4 @@
//===- SimplifyCFG.cpp - CFG Simplification Pass --------------------------===//
//===- SimplifyCFGPass.cpp - CFG Simplification Pass ----------------------===//
//
// The LLVM Compiler Infrastructure
//