[llvm] r259204 - [RS4GC] Remove unnecessary redirections from tests; NFC
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 29 08:32:30 PST 2016
Author: sanjoy
Date: Fri Jan 29 10:32:30 2016
New Revision: 259204
URL: http://llvm.org/viewvc/llvm-project?rev=259204&view=rev
Log:
[RS4GC] Remove unnecessary redirections from tests; NFC
Modified:
llvm/trunk/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll
llvm/trunk/test/Transforms/RewriteStatepointsForGC/relocation.ll
llvm/trunk/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll
Modified: llvm/trunk/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll?rev=259204&r1=259203&r2=259204&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll (original)
+++ llvm/trunk/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll Fri Jan 29 10:32:30 2016
@@ -1,4 +1,4 @@
-; RUN: opt < %s -rewrite-statepoints-for-gc -S 2>&1 | FileCheck %s
+; RUN: opt < %s -rewrite-statepoints-for-gc -S | FileCheck %s
; This test is to verify gc.relocate can handle pointer to vector of
; pointers (<2 x i32 addrspace(1)*> addrspace(1)* in this case).
Modified: llvm/trunk/test/Transforms/RewriteStatepointsForGC/relocation.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/RewriteStatepointsForGC/relocation.ll?rev=259204&r1=259203&r2=259204&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/RewriteStatepointsForGC/relocation.ll (original)
+++ llvm/trunk/test/Transforms/RewriteStatepointsForGC/relocation.ll Fri Jan 29 10:32:30 2016
@@ -1,4 +1,4 @@
-; RUN: opt < %s -rewrite-statepoints-for-gc -spp-rematerialization-threshold=0 -S 2>&1 | FileCheck %s
+; RUN: opt < %s -rewrite-statepoints-for-gc -spp-rematerialization-threshold=0 -S | FileCheck %s
declare void @foo()
Modified: llvm/trunk/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll?rev=259204&r1=259203&r2=259204&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll (original)
+++ llvm/trunk/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll Fri Jan 29 10:32:30 2016
@@ -1,4 +1,4 @@
-; RUN: opt < %s -rewrite-statepoints-for-gc -S 2>&1 | FileCheck %s
+; RUN: opt < %s -rewrite-statepoints-for-gc -S | FileCheck %s
declare void @use_obj16(i16 addrspace(1)*) "gc-leaf-function"
More information about the llvm-commits
mailing list