Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Transforms / PGOProfile / single_bb.ll
blobb6d85ed084018ffa96a8f4dc91805db4a50c3569
1 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN
2 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
3 target triple = "x86_64-unknown-linux-gnu"
5 ; GEN: $__llvm_profile_raw_version = comdat any
6 ; GEN: @__llvm_profile_raw_version = hidden constant i64 {{[0-9]+}}, comdat
7 ; GEN: @__profn_single_bb = private constant [9 x i8] c"single_bb"
9 define i32 @single_bb() {
10 entry:
11 ; GEN: entry:
12 ; GEN: call void @llvm.instrprof.increment(ptr @__profn_single_bb, i64 {{[0-9]+}}, i32 1, i32 0)
13   ret i32 0