aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
diff options
context:
space:
mode:
authorserge-sans-paille <sguelton@redhat.com>2022-05-03 14:15:24 +0200
committerserge-sans-paille <sguelton@redhat.com>2022-05-04 08:32:38 +0200
commit7030654296a0416bd9402a0278dbd42f1bf268b2 (patch)
treed7d1640a91fab7633d5241cc609796af38efb8e5 /llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
parent63aaf9a6e7f9b3215599da0caeb1a4a1e7754b7a (diff)
downloadllvm-7030654296a0416bd9402a0278dbd42f1bf268b2.zip
llvm-7030654296a0416bd9402a0278dbd42f1bf268b2.tar.gz
llvm-7030654296a0416bd9402a0278dbd42f1bf268b2.tar.bz2
[iwyu] Handle regressions in libLLVM header include
Running iwyu-diff on LLVM codebase since fa5a4e1b95c8f37796 detected a few regressions, fixing them. Differential Revision: https://reviews.llvm.org/D124847
Diffstat (limited to 'llvm/lib/CodeGen/LocalStackSlotAllocation.cpp')
-rw-r--r--llvm/lib/CodeGen/LocalStackSlotAllocation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp b/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
index aaacacf..5f54d7c 100644
--- a/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
+++ b/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
@@ -23,7 +23,6 @@
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineOperand.h"
-#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetFrameLowering.h"
#include "llvm/CodeGen/TargetOpcodes.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"