diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-16 15:29:54 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-16 15:29:54 +0000 |
| commit | e78760e179caabddb48e158c4628f717995fcbc4 (patch) | |
| tree | a016e106f775ab73cd2da360ea987fed05acf481 /test/Transforms/LoopSimplify | |
| parent | aad65f6c18f7900e1e3373fef63f1c6a89fc7fdf (diff) | |
| download | external_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/Transforms/LoopSimplify')
5 files changed, 5 insertions, 5 deletions
diff --git a/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll b/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll index 1acc470..a4c7330 100644 --- a/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll +++ b/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll @@ -1,7 +1,7 @@ ; This testcase exposed a problem with the loop identification pass (LoopInfo). ; Basically, it was incorrectly calculating the loop nesting information. ; -; RUN: as < %s | opt -preheaders +; RUN: llvm-as < %s | opt -preheaders implementation ; Functions: diff --git a/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll b/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll index 7f709df..2382429 100644 --- a/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll +++ b/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll @@ -2,7 +2,7 @@ ; inserted for the "fail" loop, but the exit block of a loop is not updated ; to be the preheader instead of the exit loop itself. -; RUN: as < %s | opt -preheaders +; RUN: llvm-as < %s | opt -preheaders int %re_match_2() { br label %loopentry.1 diff --git a/test/Transforms/LoopSimplify/2003-08-15-PreheadersFail.ll b/test/Transforms/LoopSimplify/2003-08-15-PreheadersFail.ll index caf886b..f7bb283 100644 --- a/test/Transforms/LoopSimplify/2003-08-15-PreheadersFail.ll +++ b/test/Transforms/LoopSimplify/2003-08-15-PreheadersFail.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -tailduplicate -instcombine -simplifycfg -licm -disable-output +; RUN: llvm-as < %s | opt -tailduplicate -instcombine -simplifycfg -licm -disable-output target endian = little target pointersize = 32 diff --git a/test/Transforms/LoopSimplify/basictest.ll b/test/Transforms/LoopSimplify/basictest.ll index 1540219..294140b 100644 --- a/test/Transforms/LoopSimplify/basictest.ll +++ b/test/Transforms/LoopSimplify/basictest.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -preheaders +; RUN: llvm-as < %s | opt -preheaders implementation diff --git a/test/Transforms/LoopSimplify/hardertest.ll b/test/Transforms/LoopSimplify/hardertest.ll index 7c11fba..9179c49 100644 --- a/test/Transforms/LoopSimplify/hardertest.ll +++ b/test/Transforms/LoopSimplify/hardertest.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -preheaders +; RUN: llvm-as < %s | opt -preheaders void %foo(bool %C) { br bool %C, label %T, label %F |
