Files
clang-p2996/llvm/test/Transforms/GlobalOpt/atexit.ll
2022-12-13 15:33:59 +01:00

7 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
}