From: Kostya Serebryany Date: Thu, 21 Nov 2013 09:28:16 +0000 (+0000) Subject: add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-asserts... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=12f0390618c3406211eb1e6d41fef00fdea4bf72;p=oota-llvm.git add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-asserts build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195333 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/isel-optnone.ll b/test/CodeGen/Generic/isel-optnone.ll index 405a1bc50a8..f4916dafb84 100644 --- a/test/CodeGen/Generic/isel-optnone.ll +++ b/test/CodeGen/Generic/isel-optnone.ll @@ -1,4 +1,5 @@ ; RUN: llc -debug < %s -o /dev/null 2>&1 | FileCheck %s +; REQUIRES: asserts ; Verify that the backend correctly overrides the optimization level ; of optnone functions during instruction selection.