From 419168d9381959ec6850e9e87aff9d062b68ef4b Mon Sep 17 00:00:00 2001 From: David Zarzycki Date: Wed, 28 Oct 2020 06:14:54 -0400 Subject: [PATCH] [testing] Add missing REQUIRES: asserts --- llvm/test/Transforms/JumpThreading/thread-prob-1.ll | 1 + 1 file changed, 1 insertion(+) 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. -- 2.7.4