[llvm] 419168d - [testing] Add missing REQUIRES: asserts
David Zarzycki via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 03:15:55 PDT 2020
Author: David Zarzycki
Date: 2020-10-28T06:14:54-04:00
New Revision: 419168d9381959ec6850e9e87aff9d062b68ef4b
URL: https://github.com/llvm/llvm-project/commit/419168d9381959ec6850e9e87aff9d062b68ef4b
DIFF: https://github.com/llvm/llvm-project/commit/419168d9381959ec6850e9e87aff9d062b68ef4b.diff
LOG: [testing] Add missing REQUIRES: asserts
Added:
Modified:
llvm/test/Transforms/JumpThreading/thread-prob-1.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/JumpThreading/thread-prob-1.ll b/llvm/test/Transforms/JumpThreading/thread-prob-1.ll
index d364a9e89430..579328140754 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.
More information about the llvm-commits
mailing list