diff options
| -rw-r--r-- | llvm/test/CodeGen/MIR/X86/zero-probability.mir | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/test/CodeGen/MIR/X86/zero-probability.mir b/llvm/test/CodeGen/MIR/X86/zero-probability.mir index c6863dfbbda..a0200229901 100644 --- a/llvm/test/CodeGen/MIR/X86/zero-probability.mir +++ b/llvm/test/CodeGen/MIR/X86/zero-probability.mir @@ -1,5 +1,6 @@  # 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. | 

