Remove an unnecessary -f.

llvm-svn: 81546
This commit is contained in:
Dan Gohman 2009-09-11 18:41:06 +00:00
parent a080159a7c
commit b165c11021
1 changed files with 1 additions and 1 deletions

View 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* }