mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[RS4GC] Remove unnecessary redirections from tests; NFC
llvm-svn: 259204
This commit is contained in:
parent
14bbd96a81
commit
141897aa00
@ -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).
|
||||
|
@ -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()
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user