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/MachineVerifier.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/MachineVerifier.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineVerifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineVerifier.cpp b/llvm/lib/CodeGen/MachineVerifier.cpp index c9fe7681e28..e0cc2ca9a2a 100644 --- a/llvm/lib/CodeGen/MachineVerifier.cpp +++ b/llvm/lib/CodeGen/MachineVerifier.cpp @@ -37,7 +37,7 @@ #include "llvm/CodeGen/GlobalISel/RegisterBank.h" #include "llvm/CodeGen/LiveInterval.h" #include "llvm/CodeGen/LiveIntervals.h" -#include "llvm/CodeGen/LiveStackAnalysis.h" +#include "llvm/CodeGen/LiveStacks.h" #include "llvm/CodeGen/LiveVariables.h" #include "llvm/CodeGen/MachineBasicBlock.h" #include "llvm/CodeGen/MachineFrameInfo.h" |