forked from OSchip/llvm-project
[testing] Add missing REQUIRES: asserts
This commit is contained in:
parent
7ce2b93cbe
commit
419168d938
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue