From 0f73200fd2ffc13351d53294d1843daf20bf1be9 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Mon, 15 Jun 2015 20:05:38 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/implicit-null-check-negative.ll | 1 + 1 file changed, 1 insertion(+) 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. -- 2.34.1