summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/fold-fpcast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Feature/fold-fpcast.ll')
-rw-r--r--llvm/test/Feature/fold-fpcast.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Feature/fold-fpcast.ll b/llvm/test/Feature/fold-fpcast.ll
index cb93ef8c823..0d975d4f768 100644
--- a/llvm/test/Feature/fold-fpcast.ll
+++ b/llvm/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)
OpenPOWER on IntegriCloud