aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
diff options
context:
space:
mode:
authorserge-sans-paille <sguelton@redhat.com>2022-04-13 12:39:26 -0400
committerserge-sans-paille <sguelton@redhat.com>2022-04-13 20:53:19 +0200
commitfa5a4e1b95c8f37796c7ec53ce45d7e5971d281a (patch)
tree7df4aaeecbc0a8c894f039699bd7f022713e3980 /llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
parent557b131c885b0225d24b027dec3162e0ba051068 (diff)
downloadllvm-fa5a4e1b95c8f37796c7ec53ce45d7e5971d281a.zip
llvm-fa5a4e1b95c8f37796c7ec53ce45d7e5971d281a.tar.gz
llvm-fa5a4e1b95c8f37796c7ec53ce45d7e5971d281a.tar.bz2
[iwyu] Handle regressions in libLLVM header include
Running iwyu-diff on LLVM codebase since a96638e50ef5 detected a few regressions, fixing them.
Diffstat (limited to 'llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp')
-rw-r--r--llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp b/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
index 895fbe4..9430e86 100644
--- a/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
+++ b/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
@@ -15,7 +15,6 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetFrameLowering.h"
-#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/CallingConv.h"