From 0c801b1767d6feaf72c196e7e8ce2099c911f2bf Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 14 Apr 2007 09:45:16 +0000 Subject: 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 --- test/Feature/fold-fpcast.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Feature') diff --git a/test/Feature/fold-fpcast.ll b/test/Feature/fold-fpcast.ll index 0d975d4..fc90a66 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() { -- cgit v1.1