From: Yevgeny Rouban Date: Fri, 21 Jun 2019 04:49:40 +0000 (+0000) Subject: [LICM & MSSA] Fixed test to run only with assertions enabled as it uses -debug-only X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c49d7cf3b1d85b9e594c9a888c7b7a6740d268ee;p=llvm [LICM & MSSA] Fixed test to run only with assertions enabled as it uses -debug-only git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364005 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/MemorySSA/pr42294.ll b/test/Analysis/MemorySSA/pr42294.ll index 642c19a851d..ce278fc3eab 100644 --- a/test/Analysis/MemorySSA/pr42294.ll +++ b/test/Analysis/MemorySSA/pr42294.ll @@ -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