[llvm] r287583 - reassociate-deadinst.ll: avoid accidental match on path
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 21 13:53:01 PST 2016
Author: hubert.reinterpretcast
Date: Mon Nov 21 15:53:01 2016
New Revision: 287583
URL: http://llvm.org/viewvc/llvm-project?rev=287583&view=rev
Log:
reassociate-deadinst.ll: avoid accidental match on path
Pipe from stdin to avoid accidentally matching on the path.
Modified:
llvm/trunk/test/Transforms/Reassociate/reassociate-deadinst.ll
Modified: llvm/trunk/test/Transforms/Reassociate/reassociate-deadinst.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Reassociate/reassociate-deadinst.ll?rev=287583&r1=287582&r2=287583&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/Reassociate/reassociate-deadinst.ll (original)
+++ llvm/trunk/test/Transforms/Reassociate/reassociate-deadinst.ll Mon Nov 21 15:53:01 2016
@@ -1,4 +1,4 @@
-; RUN: opt -inline -functionattrs -reassociate %s -S | FileCheck %s
+; RUN: opt < %s -inline -functionattrs -reassociate -S | FileCheck %s
; CHECK-NOT: func1
; CHECK-LABEL: main
More information about the llvm-commits
mailing list