[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=.

llvm-svn: 275812

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

index 8689bfe..289786f 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) {