You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
288 B
10 lines
288 B
4 months ago
|
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
||
|
# RUN: llvm-mc -triple x86_64-pc-win32 %s | FileCheck %s
|
||
|
.cg_profile a, b, 32
|
||
|
.cg_profile freq, a, 11
|
||
|
.cg_profile freq, b, 20
|
||
|
|
||
|
# CHECK: .cg_profile a, b, 32
|
||
|
# CHECK: .cg_profile freq, a, 11
|
||
|
# CHECK: .cg_profile freq, b, 20
|