Rename LoopSimplify.h to LoopUtils.h

As discussed, LoopUtils.h is a better name.

llvm-svn: 182314
This commit is contained in:
Hal Finkel
2013-05-20 20:46:30 +00:00
parent 359d3aa8a1
commit a969df84ab
3 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Transforms/Utils/LoopSimplify.h"
#include "llvm/Transforms/Utils/LoopUtils.h"
using namespace llvm;
STATISTIC(NumInserted, "Number of pre-header or exit blocks inserted");