From: Reid Spencer Date: Wed, 11 Apr 2007 12:04:33 +0000 (+0000) Subject: Fix to not give false positives. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=03703f0817825918941c9c28aa1af6ac95c8a5cf;p=oota-llvm.git Fix to not give false positives. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35895 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Feature/fold-fpcast.ll b/test/Feature/fold-fpcast.ll index cb93ef8c823..0d975d4f768 100644 --- a/test/Feature/fold-fpcast.ll +++ b/test/Feature/fold-fpcast.ll @@ -1,4 +1,5 @@ -; RUN: llvm-as < %s | llvm-dis | not grep bitcast +; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null && +; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep bitcast int %test1() { ret int bitcast(float 3.7 to int)