[clang] [llvm] [SystemZ] Global Stackprotector and associated location section (PR #169317)
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 16:21:24 PST 2025
================
@@ -14,12 +14,13 @@
#include "SystemZCallingConv.h"
#include "SystemZConstantPoolValue.h"
#include "SystemZMachineFunctionInfo.h"
+#include "SystemZRegisterInfo.h"
#include "SystemZTargetMachine.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/CodeGen/CallingConvLower.h"
#include "llvm/CodeGen/ISDOpcodes.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
-#include "llvm/CodeGen/MachineRegisterInfo.h"
+#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
----------------
JonPsson1 wrote:
Superfluous #include.
https://github.com/llvm/llvm-project/pull/169317
More information about the llvm-commits
mailing list