Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Transforms / Inline / pr52118.ll
blobca30fce911c0f90d078ba9b0c9cdf3d4c1f1c03e
1 ; Test that the InlineAdvisor, upon being cleared, is re-created correctly.
2 ; RUN: opt -S -passes="default<O1>,cgscc(inline)" < %s | FileCheck %s
4 define double @foo() local_unnamed_addr {
5 entry:
6   ret double undef
9 ; CHECK: @foo