commit | 55a7877cacbc05a3aa1617b7e1860ff26e86597e | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri Sep 11 18:41:06 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri Sep 11 18:41:06 2009 +0000 |
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
diff --git a/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll b/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll index a035d89..b6cf880 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* }