From c49d7cf3b1d85b9e594c9a888c7b7a6740d268ee Mon Sep 17 00:00:00 2001 From: Yevgeny Rouban Date: Fri, 21 Jun 2019 04:49:40 +0000 Subject: [PATCH] [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 --- test/Analysis/MemorySSA/pr42294.ll | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1