From ce06bb8a5360f848ed0901ed1b64d4f1ee9c804f Mon Sep 17 00:00:00 2001 From: John Mosby Date: Wed, 13 May 2009 17:52:11 +0000 Subject: [PATCH] PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standard llvm-svn: 71678 --- llvm/lib/CodeGen/PrologEpilogInserter.cpp | 2 +- llvm/lib/CodeGen/{PEI.h => PrologEpilogInserter.h} | 0 llvm/lib/CodeGen/ShrinkWrapping.cpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename llvm/lib/CodeGen/{PEI.h => PrologEpilogInserter.h} (100%) diff --git a/llvm/lib/CodeGen/PrologEpilogInserter.cpp b/llvm/lib/CodeGen/PrologEpilogInserter.cpp index d9665ccc15ee..2c5c8c913dee 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 similarity index 100% rename from llvm/lib/CodeGen/PEI.h rename to llvm/lib/CodeGen/PrologEpilogInserter.h diff --git a/llvm/lib/CodeGen/ShrinkWrapping.cpp b/llvm/lib/CodeGen/ShrinkWrapping.cpp index 7a1b4ea07faf..e44a138cf925 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"