[WinEH] Create a separate MBB for funclet prologues
[oota-llvm.git] / test / CodeGen / X86 / pr3457.ll
index d4a98103ecc58343a53d2b904112755d0b64f9cb..d4c0020cb856576e6720782b09d1096e3d15e58c 100644 (file)
@@ -1,11 +1,11 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | not grep fstpt
+; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=corei7 | not grep fstpt
 ; PR3457
 ; rdar://6548010
 
 define void @foo(double* nocapture %P) nounwind {
 entry:
-       %0 = tail call double (...)* @test() nounwind           ; <double> [#uses=2]
-       %1 = tail call double (...)* @test() nounwind           ; <double> [#uses=2]
+       %0 = tail call double (...) @test() nounwind            ; <double> [#uses=2]
+       %1 = tail call double (...) @test() nounwind            ; <double> [#uses=2]
        %2 = fmul double %0, %0         ; <double> [#uses=1]
        %3 = fmul double %1, %1         ; <double> [#uses=1]
        %4 = fadd double %2, %3         ; <double> [#uses=1]