Remove an unnecessary -f.
authorDan Gohman <gohman@apple.com>
Fri, 11 Sep 2009 18:41:06 +0000 (18:41 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 11 Sep 2009 18:41:06 +0000 (18:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81546 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/2009-08-31-LSDA-Name.ll

index a035d89d87743b8e47a5a7e2b51d3d9368753b0d..b6cf880a300159e2e30384e498a4ab4f772e0b41 100644 (file)
@@ -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* }