summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-12-13 02:51:04 +0000
committerMatthias Braun <matze@braunis.de>2017-12-13 02:51:04 +0000
commitf842297d50ecb5dceeb89c624744fc2531c2776c (patch)
tree0c21627c05a35350cf070b9e350e84cf282d9335 /llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
parentd9847b114f7519123182848430e966cc5eee85d2 (diff)
downloadbcm5719-llvm-f842297d50ecb5dceeb89c624744fc2531c2776c.tar.gz
bcm5719-llvm-f842297d50ecb5dceeb89c624744fc2531c2776c.zip
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Headers/Implementation files should be named after the class they declare/define. Also eliminated an `#include "llvm/CodeGen/LiveIntervalAnalysis.h"` in favor of `class LiveIntarvals;` llvm-svn: 320546
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp b/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
index 5f8085f4626..49f2699ab08 100644
--- a/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
@@ -25,7 +25,7 @@
#include "PPCInstrBuilder.h"
#include "PPCInstrInfo.h"
#include "PPCTargetMachine.h"
-#include "llvm/CodeGen/LiveIntervalAnalysis.h"
+#include "llvm/CodeGen/LiveIntervals.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/Support/Debug.h"
OpenPOWER on IntegriCloud