]> granicus.if.org Git - llvm/commitdiff
[LICM & MSSA] Fixed test to run only with assertions enabled as it uses -debug-only
authorYevgeny Rouban <yevgeny.rouban@azul.com>
Fri, 21 Jun 2019 04:49:40 +0000 (04:49 +0000)
committerYevgeny Rouban <yevgeny.rouban@azul.com>
Fri, 21 Jun 2019 04:49:40 +0000 (04:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364005 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/MemorySSA/pr42294.ll

index 642c19a851d1fc4c17b4f753a6a842dd7cad5341..ce278fc3eabcf2106e29807eb4de4dcffad92cc8 100644 (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