summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Mosby <ojomojo@gmail.com>2009-05-13 17:52:11 +0000
committerJohn Mosby <ojomojo@gmail.com>2009-05-13 17:52:11 +0000
commitce06bb8a5360f848ed0901ed1b64d4f1ee9c804f (patch)
tree2197b369f10a8f785c855108d41b0e721e81f751
parent149546a6a0569da1a05395a670200982f3a1e80f (diff)
downloadbcm5719-llvm-ce06bb8a5360f848ed0901ed1b64d4f1ee9c804f.tar.gz
bcm5719-llvm-ce06bb8a5360f848ed0901ed1b64d4f1ee9c804f.zip
PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standard
llvm-svn: 71678
-rw-r--r--llvm/lib/CodeGen/PrologEpilogInserter.cpp2
-rw-r--r--llvm/lib/CodeGen/PrologEpilogInserter.h (renamed from llvm/lib/CodeGen/PEI.h)0
-rw-r--r--llvm/lib/CodeGen/ShrinkWrapping.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/PrologEpilogInserter.cpp b/llvm/lib/CodeGen/PrologEpilogInserter.cpp
index d9665ccc15e..2c5c8c913de 100644
--- a/llvm/lib/CodeGen/PrologEpilogInserter.cpp
+++ b/llvm/lib/CodeGen/PrologEpilogInserter.cpp
@@ -19,7 +19,7 @@
//
//===----------------------------------------------------------------------===//
-#include "PEI.h"
+#include "PrologEpilogInserter.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/MachineInstr.h"
diff --git a/llvm/lib/CodeGen/PEI.h b/llvm/lib/CodeGen/PrologEpilogInserter.h
index c158dd8ac23..c158dd8ac23 100644
--- a/llvm/lib/CodeGen/PEI.h
+++ b/llvm/lib/CodeGen/PrologEpilogInserter.h
diff --git a/llvm/lib/CodeGen/ShrinkWrapping.cpp b/llvm/lib/CodeGen/ShrinkWrapping.cpp
index 7a1b4ea07fa..e44a138cf92 100644
--- a/llvm/lib/CodeGen/ShrinkWrapping.cpp
+++ b/llvm/lib/CodeGen/ShrinkWrapping.cpp
@@ -34,7 +34,7 @@
#define DEBUG_TYPE "shrink-wrap"
-#include "PEI.h"
+#include "PrologEpilogInserter.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/MachineInstr.h"
OpenPOWER on IntegriCloud