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
This commit is contained in:
Sanjoy Das
2015-06-15 20:05:38 +00:00
parent deca672bbd
commit 0f73200fd2

View 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.