summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-05-16 22:19:56 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-05-16 22:19:56 +0000
commit3c386711f716680c81ad41eaf72979f964f2da7f (patch)
tree9d57a14871114c37f0798ec03efbc80394b53c70 /llvm/test/Transforms/InstCombine
parentec694113c8ee22f78990aa166c562ff36db3e3c1 (diff)
downloadbcm5719-llvm-3c386711f716680c81ad41eaf72979f964f2da7f.tar.gz
bcm5719-llvm-3c386711f716680c81ad41eaf72979f964f2da7f.zip
llvm/test/Transforms/InstCombine/debuginfo-skip.ll REQUIRES +asserts.
llvm-svn: 303216
Diffstat (limited to 'llvm/test/Transforms/InstCombine')
-rw-r--r--llvm/test/Transforms/InstCombine/debuginfo-skip.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/InstCombine/debuginfo-skip.ll b/llvm/test/Transforms/InstCombine/debuginfo-skip.ll
index d591100390f..d2295e29ee4 100644
--- a/llvm/test/Transforms/InstCombine/debuginfo-skip.ll
+++ b/llvm/test/Transforms/InstCombine/debuginfo-skip.ll
@@ -1,5 +1,6 @@
; RUN: opt < %s -instcombine -debug -S -o %t 2>&1 | FileCheck %s
; RUN: cat %t | FileCheck %s --check-prefix=CHECK-IR
+; REQUIRES: asserts
; Debug output from InstCombine should not have any @llvm.dbg.* instructions visited
; CHECK-NOT: call void @llvm.dbg.
OpenPOWER on IntegriCloud