diff options
Diffstat (limited to 'test/CodeGen/X86/2007-01-08-InstrSched.ll')
-rw-r--r-- | test/CodeGen/X86/2007-01-08-InstrSched.ll | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2007-01-08-InstrSched.ll b/test/CodeGen/X86/2007-01-08-InstrSched.ll index e1bae32..81f0a1d 100644 --- a/test/CodeGen/X86/2007-01-08-InstrSched.ll +++ b/test/CodeGen/X86/2007-01-08-InstrSched.ll @@ -11,9 +11,12 @@ define float @foo(float %x) nounwind { %tmp14 = fadd float %tmp12, %tmp7 ret float %tmp14 -; CHECK: mulss LCPI1_2(%rip) +; CHECK: mulss LCPI1_3(%rip) +; CHECK-NEXT: mulss LCPI1_0(%rip) +; CHECK-NEXT: mulss LCPI1_1(%rip) +; CHECK-NEXT: mulss LCPI1_2(%rip) +; CHECK-NEXT: addss ; CHECK-NEXT: addss -; CHECK-NEXT: mulss LCPI1_3(%rip) ; CHECK-NEXT: addss ; CHECK-NEXT: ret } |