Add -f to RUN line.

llvm-svn: 67744
This commit is contained in:
Bill Wendling 2009-03-26 06:17:54 +00:00
parent aa28be652c
commit 55a2cd736d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -o %t ; RUN: llvm-as < %s | llc -o %t -f
; RUN: not grep and %t ; RUN: not grep and %t
; RUN: not grep shr %t ; RUN: not grep shr %t
; rdar://6661955 ; rdar://6661955