diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-01-29 16:32:30 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-01-29 16:32:30 +0000 |
commit | 69b4a41fede66f5fd8169836aa9f956644b3fa00 (patch) | |
tree | e1b419ab0ed7f428007d1466dcf67f91616f5ea8 /llvm/test/Transforms/RewriteStatepointsForGC | |
parent | f3a4ee7542764a062e4a5c58ad565e6df3c13970 (diff) | |
download | bcm5719-llvm-69b4a41fede66f5fd8169836aa9f956644b3fa00.tar.gz bcm5719-llvm-69b4a41fede66f5fd8169836aa9f956644b3fa00.zip |
[RS4GC] Remove unnecessary redirections from tests; NFC
llvm-svn: 259204
Diffstat (limited to 'llvm/test/Transforms/RewriteStatepointsForGC')
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll b/llvm/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll index 1d22626520b..714d7399c5b 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll +++ b/llvm/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/llvm/test/Transforms/RewriteStatepointsForGC/relocation.ll b/llvm/test/Transforms/RewriteStatepointsForGC/relocation.ll index 0755edbdebd..eaa826c52dc 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/relocation.ll +++ b/llvm/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/llvm/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll b/llvm/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll index 80972402705..3e0a9611e8b 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll +++ b/llvm/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" |