From 4c3715c2e5e17d7216a96ac2baf9720630f04408 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Thu, 22 Oct 2009 23:19:17 +0000 Subject: Allow the target to select the level of anti-dependence breaking that should be performed by the post-RA scheduler. The default is none. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84911 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2007-01-08-InstrSched.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/CodeGen/X86/2007-01-08-InstrSched.ll') diff --git a/test/CodeGen/X86/2007-01-08-InstrSched.ll b/test/CodeGen/X86/2007-01-08-InstrSched.ll index 81f0a1d724..1eae2d2f20 100644 --- a/test/CodeGen/X86/2007-01-08-InstrSched.ll +++ b/test/CodeGen/X86/2007-01-08-InstrSched.ll @@ -11,11 +11,11 @@ define float @foo(float %x) nounwind { %tmp14 = fadd float %tmp12, %tmp7 ret float %tmp14 -; CHECK: mulss LCPI1_3(%rip) -; CHECK-NEXT: mulss LCPI1_0(%rip) +; CHECK: mulss LCPI1_0(%rip) ; CHECK-NEXT: mulss LCPI1_1(%rip) -; CHECK-NEXT: mulss LCPI1_2(%rip) ; CHECK-NEXT: addss +; CHECK: mulss LCPI1_3(%rip) +; CHECK-NEXT: mulss LCPI1_2(%rip) ; CHECK-NEXT: addss ; CHECK-NEXT: addss ; CHECK-NEXT: ret -- cgit v1.2.3