add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-asserts build

llvm-svn: 195333
This commit is contained in:
Kostya Serebryany 2013-11-21 09:28:16 +00:00
parent f6e9986a41
commit ef26f4ed56
1 changed files with 1 additions and 0 deletions

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.