1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

SafeStackLayout.cpp - remove unnecessary StackLifetime.h include. NFCI.

Already included in SafeStackLayout.h
This commit is contained in:
Simon Pilgrim 2020-09-17 14:45:46 +01:00
parent b50e8b9a37
commit c793f06667

View File

@ -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"