aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SafeStackLayout.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2020-05-30 14:30:19 +0100
committerSimon Pilgrim <llvm-dev@redking.me.uk>2020-05-30 14:30:19 +0100
commite5bc07634d6277bd2e071511d1b826950016972c (patch)
tree7ce65ca8379c0119128d75949cdae4bd206136f4 /llvm/lib/CodeGen/SafeStackLayout.cpp
parent63824ad94778c54c4c17210591448af746d092ad (diff)
downloadllvm-e5bc07634d6277bd2e071511d1b826950016972c.zip
llvm-e5bc07634d6277bd2e071511d1b826950016972c.tar.gz
llvm-e5bc07634d6277bd2e071511d1b826950016972c.tar.bz2
SafeStackLayout.cpp - remove includes directly defined in SafeStackLayout.h module header. NFC.
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 0996486..1e658ed 100644
--- a/llvm/lib/CodeGen/SafeStackLayout.cpp
+++ b/llvm/lib/CodeGen/SafeStackLayout.cpp
@@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
#include "SafeStackLayout.h"
-#include "SafeStackColoring.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.h"