summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-01-08-InstrSched.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2007-01-08-InstrSched.ll')
-rw-r--r--test/CodeGen/X86/2007-01-08-InstrSched.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2007-01-08-InstrSched.ll b/test/CodeGen/X86/2007-01-08-InstrSched.ll
index 4ec703921e..24aa5b98d0 100644
--- a/test/CodeGen/X86/2007-01-08-InstrSched.ll
+++ b/test/CodeGen/X86/2007-01-08-InstrSched.ll
@@ -13,10 +13,10 @@ define float @foo(float %x) nounwind {
; CHECK: mulss
; CHECK: mulss
-; CHECK: mulss
-; CHECK: mulss
; CHECK: addss
+; CHECK: mulss
; CHECK: addss
+; CHECK: mulss
; CHECK: addss
; CHECK: ret
}