From: Dan Gohman Date: Fri, 11 Sep 2009 18:41:06 +0000 (+0000) Subject: Remove an unnecessary -f. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=55a7877cacbc05a3aa1617b7e1860ff26e86597e;hp=b7c0b246dac58f2729bdc72a3123da787a72fb3a 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 a035d89d877..b6cf880a300 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* }