summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/X86/zero-probability.mir
blob: a02002299016a8544098ea26ef126d5fe0aa06ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# RUN: llc -run-pass=none -o /dev/null %s
# REQUIRES: asserts
# REQUIRES: default_triple
# Makes sure that having a probability of 0x00000000 to branch to a successor
# doesn't hit an APInt assert in the MIParser.

---
name:            main
body:             |
  bb.0:
    successors: %bb.1(0x00000000)
  bb.1:

...
OpenPOWER on IntegriCloud