aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2024-07-20 12:02:48 +0900
committerNAKAMURA Takumi <geek4civic@gmail.com>2024-07-20 12:36:57 +0900
commit740161a9b98c9920dedf1852b5f1c94d0a683af5 (patch)
tree67013231edbc048819f86aff973c313466f034d9 /llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
parent2d756d9d4c89ac50404f942f2db2f4a402aa0e00 (diff)
downloadllvm-740161a9b98c9920dedf1852b5f1c94d0a683af5.zip
llvm-740161a9b98c9920dedf1852b5f1c94d0a683af5.tar.gz
llvm-740161a9b98c9920dedf1852b5f1c94d0a683af5.tar.bz2
Revert "[LLVM][LTO] Factor out RTLib calls and allow them to be dropped (#98512)"
This reverts commit c05126bdfc3b02daa37d11056fa43db1a6cdef69. (llvmorg-19-init-17714-gc05126bdfc3b) See #99610
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
index 4268da8..671ec84fb 100644
--- a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
@@ -26,7 +26,7 @@
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineMemOperand.h"
-#include "llvm/CodeGen/RuntimeLibcallUtil.h"
+#include "llvm/CodeGen/RuntimeLibcalls.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/CodeGen/SelectionDAGNodes.h"
#include "llvm/CodeGen/StackMaps.h"