From 7a5b51daf2d250c1150a75d69df4b281aded28b0 Mon Sep 17 00:00:00 2001 From: Kyle Butt Date: Thu, 25 Aug 2016 00:06:52 +0000 Subject: [PATCH] Test: Add REQUIRES: asserts to test that now requires stats. Test was modified in r279670 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279690 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/indirectbr-3.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/ARM/indirectbr-3.ll b/test/CodeGen/ARM/indirectbr-3.ll index da383989332..1d8a24577f0 100644 --- a/test/CodeGen/ARM/indirectbr-3.ll +++ b/test/CodeGen/ARM/indirectbr-3.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; RUN: llc < %s -mtriple=thumbv7-apple-ios -arm-atomic-cfg-tidy=0 -stats 2>&1 | FileCheck %s ; If ARMBaseInstrInfo::AnalyzeBlocks returns the wrong value, which was possible -- 2.11.0