Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Analysis / LazyCallGraph / replace-libcall.ll
blob372aade958acdf6a1ab9ddceb0a9f47a5bfa84a9
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
7 define void @a() {
8 entry:
9   %call = call float @strtof(ptr noundef null, ptr noundef null)
10   ret void
13 define internal float @strtof(ptr noundef %0, ptr noundef %1) nounwind {
14 entry:
15   ret float 0.0