diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-06-15 20:05:38 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-06-15 20:05:38 +0000 |
commit | 784582f1168b6e72b485b31e6e022b94a2dff5dc (patch) | |
tree | 3870d1305bf3788a575bb670ca54055815ac47f4 /llvm | |
parent | 5553bc8e45875f20be0e92b85ad811b9e936620f (diff) | |
download | bcm5719-llvm-784582f1168b6e72b485b31e6e022b94a2dff5dc.tar.gz bcm5719-llvm-784582f1168b6e72b485b31e6e022b94a2dff5dc.zip |
Add "REQUIRES: asserts" to test case that uses -debug-only
llvm-svn: 239748
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/X86/implicit-null-check-negative.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/implicit-null-check-negative.ll b/llvm/test/CodeGen/X86/implicit-null-check-negative.ll index 0fcb0e95985..e0210d9315f 100644 --- a/llvm/test/CodeGen/X86/implicit-null-check-negative.ll +++ b/llvm/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. |