X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2007-01-08-InstrSched.ll;h=4ec703921e29fab62cd34a63a6265de463978cbc;hb=828f5b807cc2cec7dc3e25730e3c6bac965d17e2;hp=1eae2d2f2090bbff3d8c97d97113917783865a33;hpb=4c3715c2e5e17d7216a96ac2baf9720630f04408;p=oota-llvm.git diff --git a/test/CodeGen/X86/2007-01-08-InstrSched.ll b/test/CodeGen/X86/2007-01-08-InstrSched.ll index 1eae2d2f209..4ec703921e2 100644 --- a/test/CodeGen/X86/2007-01-08-InstrSched.ll +++ b/test/CodeGen/X86/2007-01-08-InstrSched.ll @@ -1,5 +1,5 @@ ; PR1075 -; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s +; RUN: llc < %s -mcpu=generic -mtriple=x86_64-apple-darwin -O3 | FileCheck %s define float @foo(float %x) nounwind { %tmp1 = fmul float %x, 3.000000e+00 @@ -11,12 +11,12 @@ define float @foo(float %x) nounwind { %tmp14 = fadd float %tmp12, %tmp7 ret float %tmp14 -; CHECK: mulss LCPI1_0(%rip) -; CHECK-NEXT: mulss LCPI1_1(%rip) -; CHECK-NEXT: addss -; CHECK: mulss LCPI1_3(%rip) -; CHECK-NEXT: mulss LCPI1_2(%rip) -; CHECK-NEXT: addss -; CHECK-NEXT: addss -; CHECK-NEXT: ret +; CHECK: mulss +; CHECK: mulss +; CHECK: mulss +; CHECK: mulss +; CHECK: addss +; CHECK: addss +; CHECK: addss +; CHECK: ret }