diff options
author | Matthias Braun <matze@braunis.de> | 2017-12-18 23:19:44 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2017-12-18 23:19:44 +0000 |
commit | ef95969e5ba1cef78ae20a6104eb017fe57800b2 (patch) | |
tree | 2b8a27f96170cb78f792b27e365fd02dd28594af /llvm/lib/CodeGen/RegAllocBasic.cpp | |
parent | a4852d2c1994545d694c15dba9f8e6586ffd9704 (diff) | |
download | bcm5719-llvm-ef95969e5ba1cef78ae20a6104eb017fe57800b2.tar.gz bcm5719-llvm-ef95969e5ba1cef78ae20a6104eb017fe57800b2.zip |
LiveStacks: Rename LiveStack.{h|cpp} to LiveStacks.{h|cpp}; NFC
Filenames should match the name of the class they contain.
llvm-svn: 321037
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBasic.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocBasic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocBasic.cpp b/llvm/lib/CodeGen/RegAllocBasic.cpp index 6e273277804..1125d2c62be 100644 --- a/llvm/lib/CodeGen/RegAllocBasic.cpp +++ b/llvm/lib/CodeGen/RegAllocBasic.cpp @@ -21,7 +21,7 @@ #include "llvm/CodeGen/LiveIntervals.h" #include "llvm/CodeGen/LiveRangeEdit.h" #include "llvm/CodeGen/LiveRegMatrix.h" -#include "llvm/CodeGen/LiveStackAnalysis.h" +#include "llvm/CodeGen/LiveStacks.h" #include "llvm/CodeGen/MachineBlockFrequencyInfo.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstr.h" |