Add "REQUIRES: asserts" to test case that uses -debug-only
authorSanjoy Das <sanjoy@playingwithpointers.com>
Mon, 15 Jun 2015 20:05:38 +0000 (20:05 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Mon, 15 Jun 2015 20:05:38 +0000 (20:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239748 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/implicit-null-check-negative.ll

index 0fcb0e959857027fe2da56c4c3f719527d6eb461..e0210d9315f14553fa036a7950f735be8e471905 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llc -mtriple=x86_64-apple-macosx -O3 -debug-only=faultmaps -enable-implicit-null-checks < %s | FileCheck %s
+; REQUIRES: asserts
 
 ; List cases where we should *not* be emitting implicit null checks.