From c9ff39a3f9840c84453f23a37386a3dc374f055a Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Mon, 8 Mar 2021 14:15:39 +0100 Subject: [PATCH] Add "assert require" for the test added in df9158c9a45a6902c2b0394f9bd6512e3e441f31 The test is using "debug-only", it was failing in opt built mode. --- llvm/test/Transforms/LoopInterchange/pr48113.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/Transforms/LoopInterchange/pr48113.ll b/llvm/test/Transforms/LoopInterchange/pr48113.ll index cfb118c..3ba626a 100644 --- a/llvm/test/Transforms/LoopInterchange/pr48113.ll +++ b/llvm/test/Transforms/LoopInterchange/pr48113.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: opt -S -passes='loop-interchange' -debug-only=loop-interchange < %s 2>&1 > /dev/null | FileCheck %s ; Test case of PR48113. -- 2.7.4