summaryrefslogtreecommitdiff
path: root/test/Other/2006-02-05-PassManager.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-11 18:17:12 +0000
committerDan Gohman <gohman@apple.com>2009-09-11 18:17:12 +0000
commitcabfea2a5887cc6cfe91db4a694f74261a317f3d (patch)
tree5031483a0f311ad1809cf921b6fb17aa2e0e6d46 /test/Other/2006-02-05-PassManager.ll
parentd5b9cbacbc5874038a2b6581f8810960b0bf0a2e (diff)
downloadllvm-cabfea2a5887cc6cfe91db4a694f74261a317f3d.tar.gz
llvm-cabfea2a5887cc6cfe91db4a694f74261a317f3d.tar.bz2
llvm-cabfea2a5887cc6cfe91db4a694f74261a317f3d.tar.xz
Eliminate more redundant llvm-as calls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81540 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other/2006-02-05-PassManager.ll')
-rw-r--r--test/Other/2006-02-05-PassManager.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2006-02-05-PassManager.ll b/test/Other/2006-02-05-PassManager.ll
index c5f50ecbfe..0ab5411aa1 100644
--- a/test/Other/2006-02-05-PassManager.ll
+++ b/test/Other/2006-02-05-PassManager.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -domtree -gvn -domtree -constmerge -disable-output
+; RUN: opt < %s -domtree -gvn -domtree -constmerge -disable-output
define i32 @test1() {
unreachable