1d546b505SNico Weber; ModuleID = 'test2.cc' 2d546b505SNico Webersource_filename = "test2.cc" 3d546b505SNico Webertarget datalayout = "e-m:x-p:32:32-i64:64-f80:32-n8:16:32-a:0:32-S32" 4d546b505SNico Webertarget triple = "i386-pc-windows-msvc19.11.0" 5d546b505SNico Weber 6d546b505SNico Weber; Function Attrs: noinline nounwind optnone 7d546b505SNico Weberdefine dso_local void @"?f@@YAXXZ"() #0 { 8d546b505SNico Weberentry: 9d546b505SNico Weber ret void 10d546b505SNico Weber} 11d546b505SNico Weber 12*4ab3041aSserge-sans-pailleattributes #0 = { noinline nounwind optnone "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "frame-pointer"="all" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="pentium4" "target-features"="+cx8,+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" } 13d546b505SNico Weber 14d546b505SNico Weber!llvm.module.flags = !{!0, !1} 15d546b505SNico Weber!llvm.ident = !{!2} 16d546b505SNico Weber 17d546b505SNico Weber!0 = !{i32 1, !"NumRegisterParameters", i32 0} 18d546b505SNico Weber!1 = !{i32 1, !"wchar_size", i32 2} 19d546b505SNico Weber!2 = !{!"clang version 9.0.0 "} 20