commit | a080159a7c1a412813319ee03cab8b0e8492fada | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri Sep 11 18:36:27 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri Sep 11 18:36:27 2009 +0000 |
tree | 1cbc1c812d3cd3629e3fab35380cf17d50b6e1bc | |
parent | 8b3a53957942ca987ab4b0b99b9b9cdc44ecd759 [diff] [blame] |
Convert more tests to avoid llvm-as. llvm-svn: 81545
diff --git a/llvm/test/CodeGen/CellSPU/int2fp.ll b/llvm/test/CodeGen/CellSPU/int2fp.ll index ee30765..984c017 100644 --- a/llvm/test/CodeGen/CellSPU/int2fp.ll +++ b/llvm/test/CodeGen/CellSPU/int2fp.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s +; RUN: llc < %s -march=cellspu > %t1.s ; RUN: grep csflt %t1.s | count 5 ; RUN: grep cuflt %t1.s | count 1 ; RUN: grep xshw %t1.s | count 2