summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2013-11-21 09:28:16 +0000
committerKostya Serebryany <kcc@google.com>2013-11-21 09:28:16 +0000
commit12f0390618c3406211eb1e6d41fef00fdea4bf72 (patch)
tree7613251b344ecba9c6dce966d151652698bc9b5b /test/CodeGen/Generic
parent212226e11498bc25af8b80375a3e0a49b13bdd03 (diff)
downloadllvm-12f0390618c3406211eb1e6d41fef00fdea4bf72.tar.gz
llvm-12f0390618c3406211eb1e6d41fef00fdea4bf72.tar.bz2
llvm-12f0390618c3406211eb1e6d41fef00fdea4bf72.tar.xz
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
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r--test/CodeGen/Generic/isel-optnone.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/isel-optnone.ll b/test/CodeGen/Generic/isel-optnone.ll
index 405a1bc50a..f4916dafb8 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.