[llvm] e5bc076 - SafeStackLayout.cpp - remove includes directly defined in SafeStackLayout.h module header. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat May 30 06:34:49 PDT 2020
Author: Simon Pilgrim
Date: 2020-05-30T14:30:19+01:00
New Revision: e5bc07634d6277bd2e071511d1b826950016972c
URL: https://github.com/llvm/llvm-project/commit/e5bc07634d6277bd2e071511d1b826950016972c
DIFF: https://github.com/llvm/llvm-project/commit/e5bc07634d6277bd2e071511d1b826950016972c.diff
LOG: SafeStackLayout.cpp - remove includes directly defined in SafeStackLayout.h module header. NFC.
Added:
Modified:
llvm/lib/CodeGen/SafeStackLayout.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/SafeStackLayout.cpp b/llvm/lib/CodeGen/SafeStackLayout.cpp
index 09964866e4d3..1e658ed9e3a1 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"
More information about the llvm-commits
mailing list