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 | 55a7877cacbc05a3aa1617b7e1860ff26e86597e (patch) | |
tree | 79f2b88e4c95c7c927531b7b5c607692a4044727 | |
parent | b7c0b246dac58f2729bdc72a3123da787a72fb3a (diff) |
Remove an unnecessary -f.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81546 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/2009-08-31-LSDA-Name.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll b/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll index a035d89d87..b6cf880a30 100644 --- a/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll +++ b/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* } |