• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: opt %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN
2; RUN: opt %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN
3target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
4target triple = "x86_64-unknown-linux-gnu"
5
6; GEN: @__profn_statics_counter_naming.ll_func = private constant [30 x i8] c"statics_counter_naming.ll:func"
7
8define internal i32 @func() {
9entry:
10  ret i32 0
11}
12