summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/PostDominators
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Analysis/PostDominators')
-rw-r--r--llvm/test/Analysis/PostDominators/2006-09-26-PostDominanceFrontier.ll2
-rw-r--r--llvm/test/Analysis/PostDominators/2007-04-17-PostDominanceFrontier.ll2
-rw-r--r--llvm/test/Analysis/PostDominators/2007-04-20-PostDom-Reset.ll2
-rw-r--r--llvm/test/Analysis/PostDominators/pr1098.ll2
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/Analysis/PostDominators/2006-09-26-PostDominanceFrontier.ll b/llvm/test/Analysis/PostDominators/2006-09-26-PostDominanceFrontier.ll
index b272f92499e..8b016f66123 100644
--- a/llvm/test/Analysis/PostDominators/2006-09-26-PostDominanceFrontier.ll
+++ b/llvm/test/Analysis/PostDominators/2006-09-26-PostDominanceFrontier.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -postdomfrontier \
+; RUN: opt %s -analyze -postdomfrontier \
; RUN: -disable-verify
; ModuleID = '2006-09-26-PostDominanceFrontier.bc'
target datalayout = "e-p:64:64"
diff --git a/llvm/test/Analysis/PostDominators/2007-04-17-PostDominanceFrontier.ll b/llvm/test/Analysis/PostDominators/2007-04-17-PostDominanceFrontier.ll
index 51e4c2aeb55..59303c67f9c 100644
--- a/llvm/test/Analysis/PostDominators/2007-04-17-PostDominanceFrontier.ll
+++ b/llvm/test/Analysis/PostDominators/2007-04-17-PostDominanceFrontier.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -postdomfrontier -disable-output
+; RUN: opt %s -postdomfrontier -disable-output
define void @SManager() {
entry:
diff --git a/llvm/test/Analysis/PostDominators/2007-04-20-PostDom-Reset.ll b/llvm/test/Analysis/PostDominators/2007-04-20-PostDom-Reset.ll
index 4deec98a9ee..9f032610eca 100644
--- a/llvm/test/Analysis/PostDominators/2007-04-20-PostDom-Reset.ll
+++ b/llvm/test/Analysis/PostDominators/2007-04-20-PostDom-Reset.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -postdomfrontier -disable-output
+; RUN: opt %s -postdomfrontier -disable-output
define void @args_out_of_range() {
entry:
diff --git a/llvm/test/Analysis/PostDominators/pr1098.ll b/llvm/test/Analysis/PostDominators/pr1098.ll
index b54a9fe1c75..637142278ab 100644
--- a/llvm/test/Analysis/PostDominators/pr1098.ll
+++ b/llvm/test/Analysis/PostDominators/pr1098.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -postdomtree -analyze | grep entry
+; RUN: opt %s -postdomtree -analyze | grep entry
; PR932
define void @foo(i1 %x) {
OpenPOWER on IntegriCloud