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
This commit is contained in:
Kostya Serebryany 2013-11-21 09:28:16 +00:00
parent 212226e114
commit 12f0390618

View File

@ -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.