1 ; RUN: opt -passes=inline,argpromotion < %s -S | FileCheck %s
3 ; Make sure we update the list of libcalls when we replace a libcall.
5 ; CHECK: define {{.*}}@a
9 %call = call float @strtof(ptr noundef null, ptr noundef null)
13 define internal float @strtof(ptr noundef %0, ptr noundef %1) nounwind {