aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SSI
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SSI')
-rw-r--r--test/Transforms/SSI/2009-07-09-Invoke.ll2
-rw-r--r--test/Transforms/SSI/2009-08-15-UnreachableBB.ll2
-rw-r--r--test/Transforms/SSI/2009-08-17-CritEdge.ll2
-rw-r--r--test/Transforms/SSI/2009-08-19-UnreachableBB2.ll2
-rw-r--r--test/Transforms/SSI/ssiphi.ll2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/Transforms/SSI/2009-07-09-Invoke.ll b/test/Transforms/SSI/2009-07-09-Invoke.ll
index 652dfe0..aa5bcc8 100644
--- a/test/Transforms/SSI/2009-07-09-Invoke.ll
+++ b/test/Transforms/SSI/2009-07-09-Invoke.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ssi-everything -disable-output
+; RUN: opt %s -ssi-everything -disable-output
; PR4511
%"struct.std::_Vector_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >,std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >" = type { %"struct.std::_Vector_base<std::basic_string<char, std::char_traits<char>, std::allocator<char> >,std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_Vector_impl" }
diff --git a/test/Transforms/SSI/2009-08-15-UnreachableBB.ll b/test/Transforms/SSI/2009-08-15-UnreachableBB.ll
index 11a4f60..bd90d1f 100644
--- a/test/Transforms/SSI/2009-08-15-UnreachableBB.ll
+++ b/test/Transforms/SSI/2009-08-15-UnreachableBB.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ssi-everything -disable-output
+; RUN: opt %s -ssi-everything -disable-output
declare fastcc i32 @ras_Empty(i8** nocapture) nounwind readonly
diff --git a/test/Transforms/SSI/2009-08-17-CritEdge.ll b/test/Transforms/SSI/2009-08-17-CritEdge.ll
index 0c60b04..f174360 100644
--- a/test/Transforms/SSI/2009-08-17-CritEdge.ll
+++ b/test/Transforms/SSI/2009-08-17-CritEdge.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ssi-everything -disable-output
+; RUN: opt %s -ssi-everything -disable-output
define void @test(i32 %x) {
entry:
diff --git a/test/Transforms/SSI/2009-08-19-UnreachableBB2.ll b/test/Transforms/SSI/2009-08-19-UnreachableBB2.ll
index 480c703..65cd8b5 100644
--- a/test/Transforms/SSI/2009-08-19-UnreachableBB2.ll
+++ b/test/Transforms/SSI/2009-08-19-UnreachableBB2.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ssi-everything -disable-output
+; RUN: opt %s -ssi-everything -disable-output
define void @foo() {
entry:
diff --git a/test/Transforms/SSI/ssiphi.ll b/test/Transforms/SSI/ssiphi.ll
index bdee6fe..54efe58 100644
--- a/test/Transforms/SSI/ssiphi.ll
+++ b/test/Transforms/SSI/ssiphi.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ssi-everything | llvm-dis | FileCheck %s
+; RUN: opt %s -ssi-everything | llvm-dis | FileCheck %s
declare void @use(i32)
declare i32 @create()