From: Reid Spencer Date: Sat, 14 Apr 2007 09:45:16 +0000 (+0000) Subject: Fix a missing -f that the new llvm.exp found. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0c801b1767d6feaf72c196e7e8ce2099c911f2bf;p=oota-llvm.git Fix a missing -f that the new llvm.exp found. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35988 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Feature/fold-fpcast.ll b/test/Feature/fold-fpcast.ll index 0d975d4f768..fc90a66b453 100644 --- a/test/Feature/fold-fpcast.ll +++ b/test/Feature/fold-fpcast.ll @@ -1,4 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null && +; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null -f && ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep bitcast int %test1() {