[llvm] r346368 - Add 'REQUIRES: default_triple' to test/CodeGen/MIR/X86/zero-probability.mir

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 15:33:56 PST 2018


Author: dsanders
Date: Wed Nov  7 15:33:55 2018
New Revision: 346368

URL: http://llvm.org/viewvc/llvm-project?rev=346368&view=rev
Log:
Add 'REQUIRES: default_triple' to test/CodeGen/MIR/X86/zero-probability.mir


Modified:
    llvm/trunk/test/CodeGen/MIR/X86/zero-probability.mir

Modified: llvm/trunk/test/CodeGen/MIR/X86/zero-probability.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MIR/X86/zero-probability.mir?rev=346368&r1=346367&r2=346368&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/MIR/X86/zero-probability.mir (original)
+++ llvm/trunk/test/CodeGen/MIR/X86/zero-probability.mir Wed Nov  7 15:33:55 2018
@@ -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.
 




More information about the llvm-commits mailing list