Home | History | Annotate | Download | only in Inputs
      1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
      2 target triple = "x86_64-pc-linux-gnu"
      3 
      4 define i32 @foo(i32) local_unnamed_addr #0 {
      5   ret i32 10
      6 }
      7 
      8 attributes #0 = { noinline }
      9