repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
MC
/
AsmParser
/
directive_cgprofile.s
blob
1db93dcbb0336b30f3b3d7bec377cbaba74526bd
1
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3
.cg_profile a, b, 32
4
.cg_profile freq, a, 11
5
.cg_profile freq, b, 20
6
7
# CHECK: .cg_profile a, b, 32
8
# CHECK: .cg_profile freq, a, 11
9
# CHECK: .cg_profile freq, b, 20