brintos

brintos / llvm-project-archived public Read only

0
0
Text · 316 B · a020022 Raw
15 lines · plain
1# RUN: llc -run-pass=none -o /dev/null %s2# REQUIRES: asserts3# REQUIRES: default_triple4# Makes sure that having a probability of 0x00000000 to branch to a successor5# doesn't hit an APInt assert in the MIParser.6 7---8name:            main9body:             |10  bb.0:11    successors: %bb.1(0x00000000)12  bb.1:13 14...15