mirror of
https://github.com/RPCS3/llvm.git
synced 2026-08-26 18:26:51 -04:00
bcb50253e9
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@346368 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
316 B
YAML
15 lines
316 B
YAML
# 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:
|
|
|
|
...
|