[testing] Add missing REQUIRES: asserts
authorDavid Zarzycki <dave@znu.io>
Wed, 28 Oct 2020 10:14:54 +0000 (06:14 -0400)
committerDavid Zarzycki <dave@znu.io>
Wed, 28 Oct 2020 10:14:54 +0000 (06:14 -0400)
llvm/test/Transforms/JumpThreading/thread-prob-1.ll

index d364a9e..5793281 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: opt -debug-only=branch-prob -jump-threading -S %s 2>&1 | FileCheck %s
+; REQUIRES: asserts
 
 ; Make sure that we set the branch probability for the newly created
 ; basic block.