aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SafeStackLayout.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2020-09-17 14:45:46 +0100
committerSimon Pilgrim <llvm-dev@redking.me.uk>2020-09-17 14:56:46 +0100
commit67ae46c820fa680e7f5828b4d8b94a562f51c9bf (patch)
tree9e35ff00cf8eeae919c800eb8ce0af7ec99107fd /llvm/lib/CodeGen/SafeStackLayout.cpp
parente4a198eeee3ca96ff324d5b786e44c4915334054 (diff)
downloadllvm-67ae46c820fa680e7f5828b4d8b94a562f51c9bf.zip
llvm-67ae46c820fa680e7f5828b4d8b94a562f51c9bf.tar.gz
llvm-67ae46c820fa680e7f5828b4d8b94a562f51c9bf.tar.bz2
SafeStackLayout.cpp - remove unnecessary StackLifetime.h include. NFCI.
Already included in SafeStackLayout.h
Diffstat (limited to 'llvm/lib/CodeGen/SafeStackLayout.cpp')
-rw-r--r--llvm/lib/CodeGen/SafeStackLayout.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SafeStackLayout.cpp b/llvm/lib/CodeGen/SafeStackLayout.cpp
index c823454..f333e50 100644
--- a/llvm/lib/CodeGen/SafeStackLayout.cpp
+++ b/llvm/lib/CodeGen/SafeStackLayout.cpp
@@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
#include "SafeStackLayout.h"
-#include "llvm/Analysis/StackLifetime.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.h"