1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[LICM & MSSA] Fixed test to run only with assertions enabled as it uses -debug-only

llvm-svn: 364005
This commit is contained in:
Yevgeny Rouban 2019-06-21 04:49:40 +00:00
parent a8a4c789d1
commit 075e9b97a2

View File

@ -1,3 +1,4 @@
; REQUIRES: asserts
; RUN: opt -loop-rotate -licm %s -disable-output -enable-mssa-loop-dependency=true -debug-only=licm 2>&1 | FileCheck %s -check-prefix=LICM
; RUN: opt -loop-rotate -licm %s -disable-output -enable-mssa-loop-dependency=false -debug-only=licm 2>&1 | FileCheck %s -check-prefix=LICM
; RUN: opt -loop-rotate -licm %s -S -enable-mssa-loop-dependency=true | FileCheck %s