xref: /llvm-project/llvm/test/ThinLTO/X86/Inputs/index-const-prop-cache-test1.ll (revision 7b1d793713cf9ed9ab719f33b332f9c66a1fc5cc)
1*7b1d7937SAmy Huangtarget datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2bf46e741SEugene Levianttarget triple = "x86_64-unknown-linux-gnu"
3bf46e741SEugene Leviant
4bf46e741SEugene Leviant; Function Attrs: nounwind ssp uwtable
5bf46e741SEugene Leviantdefine i32 @test() local_unnamed_addr {
6bf46e741SEugene Leviant  %1 = tail call i32 (...) @foo()
7bf46e741SEugene Leviant  ret i32 %1
8bf46e741SEugene Leviant}
9bf46e741SEugene Leviant
10bf46e741SEugene Leviantdeclare i32 @foo(...) local_unnamed_addr
11