Mercurial > hg > CbC > CbC_llvm
annotate test/CodeGen/MIR/X86/zero-probability.mir @ 147:c2174574ed3a
LLVM 10
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 16:55:33 +0900 |
parents | |
children |
rev | line source |
---|---|
147 | 1 # RUN: llc -run-pass=none -o /dev/null %s |
2 # REQUIRES: asserts | |
3 # REQUIRES: default_triple | |
4 # Makes sure that having a probability of 0x00000000 to branch to a successor | |
5 # doesn't hit an APInt assert in the MIParser. | |
6 | |
7 --- | |
8 name: main | |
9 body: | | |
10 bb.0: | |
11 successors: %bb.1(0x00000000) | |
12 bb.1: | |
13 | |
14 ... |