From 141897aa0027bc128cc40071e27d79ef87745fb2 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Fri, 29 Jan 2016 16:32:30 +0000 Subject: [PATCH] [RS4GC] Remove unnecessary redirections from tests; NFC llvm-svn: 259204 --- test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll | 2 +- test/Transforms/RewriteStatepointsForGC/relocation.ll | 2 +- .../RewriteStatepointsForGC/rematerialize-derived-pointers.ll | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll b/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll index 1d22626520b..714d7399c5b 100644 --- a/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll +++ b/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll @@ -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). diff --git a/test/Transforms/RewriteStatepointsForGC/relocation.ll b/test/Transforms/RewriteStatepointsForGC/relocation.ll index 0755edbdebd..eaa826c52dc 100644 --- a/test/Transforms/RewriteStatepointsForGC/relocation.ll +++ b/test/Transforms/RewriteStatepointsForGC/relocation.ll @@ -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() diff --git a/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll b/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll index 80972402705..3e0a9611e8b 100644 --- a/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll +++ b/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll @@ -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"