reassociate-deadinst.ll: avoid accidental match on path
authorHubert Tong <hubert.reinterpretcast@gmail.com>
Mon, 21 Nov 2016 21:53:01 +0000 (21:53 +0000)
committerHubert Tong <hubert.reinterpretcast@gmail.com>
Mon, 21 Nov 2016 21:53:01 +0000 (21:53 +0000)
Pipe from stdin to avoid accidentally matching on the path.

llvm-svn: 287583

llvm/test/Transforms/Reassociate/reassociate-deadinst.ll

index 6a12c47..df314d5 100644 (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