mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 04:09:45 +00:00
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:
parent
52b86bf6c0
commit
7281aa24a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user