From 1e5677649c69ec101748387c760467b996488db2 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. llvm-svn: 287583 --- llvm/test/Transforms/Reassociate/reassociate-deadinst.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/Reassociate/reassociate-deadinst.ll b/llvm/test/Transforms/Reassociate/reassociate-deadinst.ll index 6a12c47..df314d5 100644 --- a/llvm/test/Transforms/Reassociate/reassociate-deadinst.ll +++ b/llvm/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 -- 2.7.4