add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-asserts...
authorKostya Serebryany <kcc@google.com>
Thu, 21 Nov 2013 09:28:16 +0000 (09:28 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 21 Nov 2013 09:28:16 +0000 (09:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195333 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/isel-optnone.ll

index 405a1bc50a8986a5ba0cf478679c6c9a8822c504..f4916dafb8446d2bbb8cc29af4398b8723b2b064 100644 (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.