[llvm] r303216 - llvm/test/Transforms/InstCombine/debuginfo-skip.ll REQUIRES +asserts.
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 15:19:57 PDT 2017
Author: chapuni
Date: Tue May 16 17:19:56 2017
New Revision: 303216
URL: http://llvm.org/viewvc/llvm-project?rev=303216&view=rev
Log:
llvm/test/Transforms/InstCombine/debuginfo-skip.ll REQUIRES +asserts.
Modified:
llvm/trunk/test/Transforms/InstCombine/debuginfo-skip.ll
Modified: llvm/trunk/test/Transforms/InstCombine/debuginfo-skip.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/debuginfo-skip.ll?rev=303216&r1=303215&r2=303216&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/debuginfo-skip.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/debuginfo-skip.ll Tue May 16 17:19:56 2017
@@ -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.
More information about the llvm-commits
mailing list