X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fpr3457.ll;h=d4c0020cb856576e6720782b09d1096e3d15e58c;hp=7264bcd12c42ae23427042d8145652e2d66a876e;hb=32b845d223393d9f5e7317b9e754a52b79543de2;hpb=4906c5787661f305dd2d1a552b36fe0baa086bb9 diff --git a/test/CodeGen/X86/pr3457.ll b/test/CodeGen/X86/pr3457.ll index 7264bcd12c4..d4c0020cb85 100644 --- a/test/CodeGen/X86/pr3457.ll +++ b/test/CodeGen/X86/pr3457.ll @@ -4,8 +4,8 @@ define void @foo(double* nocapture %P) nounwind { entry: - %0 = tail call double (...)* @test() nounwind ; [#uses=2] - %1 = tail call double (...)* @test() nounwind ; [#uses=2] + %0 = tail call double (...) @test() nounwind ; [#uses=2] + %1 = tail call double (...) @test() nounwind ; [#uses=2] %2 = fmul double %0, %0 ; [#uses=1] %3 = fmul double %1, %1 ; [#uses=1] %4 = fadd double %2, %3 ; [#uses=1]