OSDN Git Service

SafeStackLayout.cpp - remove includes directly defined in SafeStackLayout.h module...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 30 May 2020 13:30:19 +0000 (14:30 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 30 May 2020 13:30:19 +0000 (14:30 +0100)
llvm/lib/CodeGen/SafeStackLayout.cpp

index 0996486..1e658ed 100644 (file)
@@ -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"