diff options
| author | Daniel Sanders <daniel_l_sanders@apple.com> | 2018-11-07 23:33:55 +0000 | 
|---|---|---|
| committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2018-11-07 23:33:55 +0000 | 
| commit | 162da63e05eecfdb2664b447f6574b39819aa3eb (patch) | |
| tree | 5ff9301ea27d5d4a7eb1d7fef857fa30063b2b8c | |
| parent | 9a9372fd0da782f15abd8e4733a6f3c7859f9143 (diff) | |
| download | bcm5719-llvm-162da63e05eecfdb2664b447f6574b39819aa3eb.tar.gz bcm5719-llvm-162da63e05eecfdb2664b447f6574b39819aa3eb.zip | |
Add 'REQUIRES: default_triple' to test/CodeGen/MIR/X86/zero-probability.mir
llvm-svn: 346368
| -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. | 

