]> granicus.if.org Git - llvm/commitdiff
[LoopDist] This test does not require ASSERTS
authorAdam Nemet <anemet@apple.com>
Mon, 18 Jul 2016 16:37:32 +0000 (16:37 +0000)
committerAdam Nemet <anemet@apple.com>
Mon, 18 Jul 2016 16:37:32 +0000 (16:37 +0000)
Only its counterpart, diagnostics-with-hotness-lazy-BFI.ll, which
invokes opt with -debug-only=.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275812 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopDistribute/diagnostics-with-hotness.ll

index 8689bfeebc671d43b455798602422c88134042bf..289786fa4a157795e25cb58b6b4bbe09204eae91 100644 (file)
@@ -8,8 +8,6 @@
 ; RUN: opt -passes='require<aa>,loop-distribute' -S -pass-remarks-missed=loop-distribute \
 ; RUN:                                < %s 2>&1 | FileCheck %s --check-prefix=NO_HOTNESS
 
-; REQUIRES: asserts
-
 ; This is the input program:
 ;
 ;     1        void forced (char *A, char *B, char *C, int N) {