diff options
| author | Dan Gohman <gohman@apple.com> | 2009-09-11 18:36:27 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-09-11 18:36:27 +0000 |
| commit | a080159a7c1a412813319ee03cab8b0e8492fada (patch) | |
| tree | 1cbc1c812d3cd3629e3fab35380cf17d50b6e1bc /llvm/test/CodeGen/CellSPU/call_indirect.ll | |
| parent | 8b3a53957942ca987ab4b0b99b9b9cdc44ecd759 (diff) | |
| download | bcm5719-llvm-a080159a7c1a412813319ee03cab8b0e8492fada.tar.gz bcm5719-llvm-a080159a7c1a412813319ee03cab8b0e8492fada.zip | |
Convert more tests to avoid llvm-as.
llvm-svn: 81545
Diffstat (limited to 'llvm/test/CodeGen/CellSPU/call_indirect.ll')
| -rw-r--r-- | llvm/test/CodeGen/CellSPU/call_indirect.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/CellSPU/call_indirect.ll b/llvm/test/CodeGen/CellSPU/call_indirect.ll index 9be714ebc9b..639c794424f 100644 --- a/llvm/test/CodeGen/CellSPU/call_indirect.ll +++ b/llvm/test/CodeGen/CellSPU/call_indirect.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s -; RUN: llvm-as -o - %s | llc -march=cellspu -mattr=large_mem > %t2.s +; RUN: llc < %s -march=cellspu > %t1.s +; RUN: llc < %s -march=cellspu -mattr=large_mem > %t2.s ; RUN: grep bisl %t1.s | count 7 ; RUN: grep ila %t1.s | count 1 ; RUN: grep rotqby %t1.s | count 6 |

