From: David Zarzycki Date: Wed, 28 Oct 2020 10:14:54 +0000 (-0400) Subject: [testing] Add missing REQUIRES: asserts X-Git-Tag: llvmorg-13-init~7902 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=419168d9381959ec6850e9e87aff9d062b68ef4b;p=platform%2Fupstream%2Fllvm.git [testing] Add missing REQUIRES: asserts --- diff --git a/llvm/test/Transforms/JumpThreading/thread-prob-1.ll b/llvm/test/Transforms/JumpThreading/thread-prob-1.ll index d364a9e..5793281 100644 --- a/llvm/test/Transforms/JumpThreading/thread-prob-1.ll +++ b/llvm/test/Transforms/JumpThreading/thread-prob-1.ll @@ -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.