Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
llvm
/
test
/
Transforms
/
Inline
/
pr52118.ll
blob: ca30fce911c0f90d078ba9b0c9cdf3d4c1f1c03e [
file
] [
log
] [
blame
]
; Test that the InlineAdvisor, upon being cleared, is re-created correctly.
; RUN: opt -S -passes="default<O1>,cgscc(inline)" < %s | FileCheck %s
define
double
@foo
()
local_unnamed_addr
{
entry
:
ret
double
undef
}
; CHECK: @foo