commit | 69b4a41fede66f5fd8169836aa9f956644b3fa00 | [log] [tgz] |
---|---|---|
author | Sanjoy Das <sanjoy@playingwithpointers.com> | Fri Jan 29 16:32:30 2016 +0000 |
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | Fri Jan 29 16:32:30 2016 +0000 |
tree | e1b419ab0ed7f428007d1466dcf67f91616f5ea8 | |
parent | f3a4ee7542764a062e4a5c58ad565e6df3c13970 [diff] [blame] |
[RS4GC] Remove unnecessary redirections from tests; NFC llvm-svn: 259204
diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll b/llvm/test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll index 1d22626..714d739 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).