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
This commit is contained in:
Hubert Tong 2016-11-21 21:53:01 +00:00
parent 52b86bf6c0
commit 7281aa24a7

View File

@ -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