X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FTransforms%2FConstProp%2Fcalls.ll;fp=test%2FTransforms%2FConstProp%2Fcalls.ll;h=35efe8dfed8b741c8a2543ddef4c07f411402554;hp=fb924d8b55df03dab4b464a5ae0279dbdb1a7583;hb=69ccadd7535a83b348595cf603126e6a68b2883b;hpb=a50d5962edbf9606a9a7636d845be9f980c28b87 diff --git a/test/Transforms/ConstProp/calls.ll b/test/Transforms/ConstProp/calls.ll index fb924d8b55d..35efe8dfed8 100644 --- a/test/Transforms/ConstProp/calls.ll +++ b/test/Transforms/ConstProp/calls.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -constprop | llvm-dis | not grep call +; RUN: llvm-upgrade < %s | llvm-as | opt -constprop | llvm-dis | not grep call declare double %cos(double) declare double %sin(double)