aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-14 09:45:16 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-14 09:45:16 +0000
commit0c801b1767d6feaf72c196e7e8ce2099c911f2bf (patch)
treeefdb45fe29183dd71090c4658139534dde6b9728 /test
parent0837479aa78d37fae63bcf29aaf4ecf9bddbdca7 (diff)
downloadexternal_llvm-0c801b1767d6feaf72c196e7e8ce2099c911f2bf.zip
external_llvm-0c801b1767d6feaf72c196e7e8ce2099c911f2bf.tar.gz
external_llvm-0c801b1767d6feaf72c196e7e8ce2099c911f2bf.tar.bz2
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
Diffstat (limited to 'test')
-rw-r--r--test/Feature/fold-fpcast.ll2
1 files changed, 1 insertions, 1 deletions
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() {