summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-11 18:41:06 +0000
committerDan Gohman <gohman@apple.com>2009-09-11 18:41:06 +0000
commit55a7877cacbc05a3aa1617b7e1860ff26e86597e (patch)
tree79f2b88e4c95c7c927531b7b5c607692a4044727 /test/CodeGen
parentb7c0b246dac58f2729bdc72a3123da787a72fb3a (diff)
downloadllvm-55a7877cacbc05a3aa1617b7e1860ff26e86597e.tar.gz
llvm-55a7877cacbc05a3aa1617b7e1860ff26e86597e.tar.bz2
llvm-55a7877cacbc05a3aa1617b7e1860ff26e86597e.tar.xz
Remove an unnecessary -f.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81546 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/ARM/2009-08-31-LSDA-Name.ll2
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* }