summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackSlotColoring.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-12-18 23:19:44 +0000
committerMatthias Braun <matze@braunis.de>2017-12-18 23:19:44 +0000
commitef95969e5ba1cef78ae20a6104eb017fe57800b2 (patch)
tree2b8a27f96170cb78f792b27e365fd02dd28594af /llvm/lib/CodeGen/StackSlotColoring.cpp
parenta4852d2c1994545d694c15dba9f8e6586ffd9704 (diff)
downloadbcm5719-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/StackSlotColoring.cpp')
-rw-r--r--llvm/lib/CodeGen/StackSlotColoring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StackSlotColoring.cpp b/llvm/lib/CodeGen/StackSlotColoring.cpp
index 62f662d1ade..8fc7a4a3284 100644
--- a/llvm/lib/CodeGen/StackSlotColoring.cpp
+++ b/llvm/lib/CodeGen/StackSlotColoring.cpp
@@ -16,7 +16,7 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/LiveInterval.h"
#include "llvm/CodeGen/LiveIntervals.h"
-#include "llvm/CodeGen/LiveStackAnalysis.h"
+#include "llvm/CodeGen/LiveStacks.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineBlockFrequencyInfo.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
OpenPOWER on IntegriCloud