diff options
| author | Dan Gohman <gohman@apple.com> | 2009-09-11 18:41:06 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-09-11 18:41:06 +0000 |
| commit | b165c1102183fbf2f0efb389683353663c651c7e (patch) | |
| tree | 5bad3982f333ac3514e858d6b7a2aac81a0081a2 /llvm/test | |
| parent | a080159a7c1a412813319ee03cab8b0e8492fada (diff) | |
| download | bcm5719-llvm-b165c1102183fbf2f0efb389683353663c651c7e.tar.gz bcm5719-llvm-b165c1102183fbf2f0efb389683353663c651c7e.zip | |
Remove an unnecessary -f.
llvm-svn: 81546
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll b/llvm/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll index a035d89d877..b6cf880a300 100644 --- a/llvm/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll +++ b/llvm/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=arm-apple-darwin9 -march=arm -f | FileCheck %s +; RUN: llc < %s -mtriple=arm-apple-darwin9 -march=arm | FileCheck %s %struct.A = type { i32* } |

