1; Test that the InlineAdvisor, upon being cleared, is re-created correctly. 2; RUN: opt -S -passes="default<O1>,cgscc(inline)" < %s | FileCheck %s 3 4define double @foo() local_unnamed_addr { 5entry: 6 ret double undef 7} 8 9; CHECK: @foo 10