7 lines
233 B
LLVM
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
|
||
|
}
|