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/LowerSwitch | |
parent | aad65f6c18f7900e1e3373fef63f1c6a89fc7fdf (diff) |
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/LowerSwitch')
-rw-r--r-- | test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll | 2 | ||||
-rw-r--r-- | test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll b/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll index 914df25360..c17f8ce542 100644 --- a/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll +++ b/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -lowerswitch +; RUN: llvm-as < %s | opt -lowerswitch void %child(int %ct.1) { entry: ; No predecessors! diff --git a/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll b/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll index 8b67c23e6c..e858f34d43 100644 --- a/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll +++ b/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -lowerswitch +; RUN: llvm-as < %s | opt -lowerswitch void %test() { switch uint 0, label %Next [] |