From 7281aa24a7d258af64fa47630f34faa450533e03 Mon Sep 17 00:00:00 2001 From: Hubert Tong Date: Mon, 21 Nov 2016 21:53:01 +0000 Subject: [PATCH] reassociate-deadinst.ll: avoid accidental match on path Pipe from stdin to avoid accidentally matching on the path. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287583 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/Reassociate/reassociate-deadinst.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/Reassociate/reassociate-deadinst.ll b/test/Transforms/Reassociate/reassociate-deadinst.ll index 6a12c4723f2..df314d571d3 100644 --- a/test/Transforms/Reassociate/reassociate-deadinst.ll +++ b/test/Transforms/Reassociate/reassociate-deadinst.ll @@ -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