From 90e51b1beffd9ce1487f5cce2af0c02659764779 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 llvm-svn: 279690 --- llvm/test/CodeGen/ARM/indirectbr-3.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/ARM/indirectbr-3.ll b/llvm/test/CodeGen/ARM/indirectbr-3.ll index da3839893324..1d8a24577f0a 100644 --- a/llvm/test/CodeGen/ARM/indirectbr-3.ll +++ b/llvm/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 -- GitLab