aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-16 15:29:54 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-16 15:29:54 +0000
commite78760e179caabddb48e158c4628f717995fcbc4 (patch)
treea016e106f775ab73cd2da360ea987fed05acf481 /test/Other
parentaad65f6c18f7900e1e3373fef63f1c6a89fc7fdf (diff)
downloadexternal_llvm-e78760e179caabddb48e158c4628f717995fcbc4.zip
external_llvm-e78760e179caabddb48e158c4628f717995fcbc4.tar.gz
external_llvm-e78760e179caabddb48e158c4628f717995fcbc4.tar.bz2
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8558 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/2002-02-24-InlineBrokePHINodes.ll2
-rw-r--r--test/Other/2002-03-11-ConstPropCrash.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Other/2002-02-24-InlineBrokePHINodes.ll b/test/Other/2002-02-24-InlineBrokePHINodes.ll
index 6de391a..1088205 100644
--- a/test/Other/2002-02-24-InlineBrokePHINodes.ll
+++ b/test/Other/2002-02-24-InlineBrokePHINodes.ll
@@ -1,7 +1,7 @@
; Inlining used to break PHI nodes. This tests that they are correctly updated
; when a node is split around the call instruction. The verifier caught the error.
;
-; RUN: as < %s | opt -inline
+; RUN: llvm-as < %s | opt -inline
;
implementation
diff --git a/test/Other/2002-03-11-ConstPropCrash.ll b/test/Other/2002-03-11-ConstPropCrash.ll
index 6eca639..6243574 100644
--- a/test/Other/2002-03-11-ConstPropCrash.ll
+++ b/test/Other/2002-03-11-ConstPropCrash.ll
@@ -5,7 +5,7 @@
;
; Fixed by adding new arguments to ConstantFoldTerminator
;
-; RUN: as < %s | opt -constprop
+; RUN: llvm-as < %s | opt -constprop
implementation