From: Sanjoy Das Date: Mon, 15 Jun 2015 20:05:38 +0000 (+0000) Subject: Add "REQUIRES: asserts" to test case that uses -debug-only X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0f73200fd2ffc13351d53294d1843daf20bf1be9;p=oota-llvm.git Add "REQUIRES: asserts" to test case that uses -debug-only git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239748 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/implicit-null-check-negative.ll b/test/CodeGen/X86/implicit-null-check-negative.ll index 0fcb0e95985..e0210d9315f 100644 --- a/test/CodeGen/X86/implicit-null-check-negative.ll +++ b/test/CodeGen/X86/implicit-null-check-negative.ll @@ -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.