summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/mmx-schedule.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/mmx-schedule.ll')
-rw-r--r--llvm/test/CodeGen/X86/mmx-schedule.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/mmx-schedule.ll b/llvm/test/CodeGen/X86/mmx-schedule.ll
index ad76dd5cc0d..a68db2d26df 100644
--- a/llvm/test/CodeGen/X86/mmx-schedule.ll
+++ b/llvm/test/CodeGen/X86/mmx-schedule.ll
@@ -4715,8 +4715,8 @@ define i64 @test_pshufb(x86_mmx %a0, x86_mmx %a1, x86_mmx *%a2) optsize {
;
; BTVER2-LABEL: test_pshufb:
; BTVER2: # %bb.0:
-; BTVER2-NEXT: pshufb %mm1, %mm0 # sched: [1:0.50]
-; BTVER2-NEXT: pshufb (%rdi), %mm0 # sched: [6:1.00]
+; BTVER2-NEXT: pshufb %mm1, %mm0 # sched: [2:2.00]
+; BTVER2-NEXT: pshufb (%rdi), %mm0 # sched: [7:2.00]
; BTVER2-NEXT: movq %mm0, %rax # sched: [1:0.50]
; BTVER2-NEXT: retq # sched: [4:1.00]
;
OpenPOWER on IntegriCloud