1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[LoopSimplifyCFG] Add requires: asserts after rL347183

llvm-svn: 347184
This commit is contained in:
Fangrui Song 2018-11-19 06:28:15 +00:00
parent 4f99e1c8da
commit 269b879775

View File

@ -1,3 +1,4 @@
; REQUIRES: asserts
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -S -loop-simplifycfg -debug-only=loop-simplifycfg 2>&1 < %s | FileCheck %s
; RUN: opt -S -passes='require<domtree>,loop(simplify-cfg)' -debug-only=loop-simplifycfg 2>&1 < %s | FileCheck %s