llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll: s/REQUIRE/REQUIRES/
[oota-llvm.git] / test / CodeGen / PowerPC / fpcopy.ll
1 ; RUN: llc < %s -march=ppc32 | not grep fmr
2
3 define double @test(float %F) {
4         %F.upgrd.1 = fpext float %F to double           ; <double> [#uses=1]
5         ret double %F.upgrd.1
6 }
7