From e105f3f4c453ddff32b9af8932a2388740b0c4ac 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. llvm-svn: 35988 --- llvm/test/Feature/fold-fpcast.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Feature/fold-fpcast.ll b/llvm/test/Feature/fold-fpcast.ll index 0d975d4f768..fc90a66b453 100644 --- a/llvm/test/Feature/fold-fpcast.ll +++ b/llvm/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.2.3