diff options
| author | Dan Gohman <gohman@apple.com> | 2009-08-25 15:38:29 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-08-25 15:38:29 +0000 |
| commit | 0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1 (patch) | |
| tree | e9781bfd64c6d1b40378a0d46cd4396ca9b89945 /llvm/test/CodeGen/CellSPU | |
| parent | a98e0e73deab0fef9dcb8f6e591e68704c27d760 (diff) | |
| download | bcm5719-llvm-0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1.tar.gz bcm5719-llvm-0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1.zip | |
Remove obsolete -f flags.
llvm-svn: 79992
Diffstat (limited to 'llvm/test/CodeGen/CellSPU')
| -rw-r--r-- | llvm/test/CodeGen/CellSPU/rotate_ops.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CellSPU/rotate_ops.ll b/llvm/test/CodeGen/CellSPU/rotate_ops.ll index e308172486a..9a10264c813 100644 --- a/llvm/test/CodeGen/CellSPU/rotate_ops.ll +++ b/llvm/test/CodeGen/CellSPU/rotate_ops.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as -o - %s | llc -march=cellspu -f -o %t1.s +; RUN: llvm-as -o - %s | llc -march=cellspu -o %t1.s ; RUN: grep rot %t1.s | count 85 ; RUN: grep roth %t1.s | count 8 ; RUN: grep roti.*5 %t1.s | count 1 |

