From 7778b11654f3f10fddf2d14557565459d97c4db8 Mon Sep 17 00:00:00 2001 From: Adam Nemet Date: Mon, 18 Jul 2016 16:37:32 +0000 Subject: [PATCH] [LoopDist] This test does not require ASSERTS 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Transforms/LoopDistribute/diagnostics-with-hotness.ll b/test/Transforms/LoopDistribute/diagnostics-with-hotness.ll index 8689bfeebc6..289786fa4a1 100644 --- a/test/Transforms/LoopDistribute/diagnostics-with-hotness.ll +++ b/test/Transforms/LoopDistribute/diagnostics-with-hotness.ll @@ -8,8 +8,6 @@ ; RUN: opt -passes='require,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) { -- 2.49.0