bolt/deps/llvm-18.1.8/llvm/test/Transforms/GlobalOpt/atexit.ll
2025-02-14 19:21:04 +01:00

6 lines
233 B
LLVM

; RUN: opt < %s -passes=globalopt -S | FileCheck %s
; CHECK: ModuleID
define internal i32 @__cxa_atexit(ptr nocapture %func, ptr nocapture %arg, ptr nocapture %dso_handle) nounwind readnone optsize noimplicitfloat {
unreachable
}