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/vecinsert.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/vecinsert.ll')
-rw-r--r-- | llvm/test/CodeGen/CellSPU/vecinsert.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CellSPU/vecinsert.ll b/llvm/test/CodeGen/CellSPU/vecinsert.ll index 6abbd9ac797..9a00c1f29f8 100644 --- a/llvm/test/CodeGen/CellSPU/vecinsert.ll +++ b/llvm/test/CodeGen/CellSPU/vecinsert.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s +; RUN: llc < %s -march=cellspu > %t1.s ; RUN: grep cbd %t1.s | count 5 ; RUN: grep chd %t1.s | count 5 ; RUN: grep cwd %t1.s | count 10 |