aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PrologEpilogInserter.cpp
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
commit752c1df73949438ef6fa86a86363ee7091aa2532 (patch)
treee114c55c750165ca1ee6acf702c6aef5072afc4f /lib/CodeGen/PrologEpilogInserter.cpp
parentaab6ec49d24e8ecec766cf90954a3a58c64bf7c4 (diff)
downloadexternal_llvm-752c1df73949438ef6fa86a86363ee7091aa2532.zip
external_llvm-752c1df73949438ef6fa86a86363ee7091aa2532.tar.gz
external_llvm-752c1df73949438ef6fa86a86363ee7091aa2532.tar.bz2
PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standard
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71678 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PrologEpilogInserter.cpp')
-rw-r--r--lib/CodeGen/PrologEpilogInserter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp
index d9665cc..2c5c8c9 100644
--- a/lib/CodeGen/PrologEpilogInserter.cpp
+++ b/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"