diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/sse3-schedule.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/sse3-schedule.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/sse3-schedule.ll b/llvm/test/CodeGen/X86/sse3-schedule.ll index 1b1e765ab27..dc23cc6968d 100644 --- a/llvm/test/CodeGen/X86/sse3-schedule.ll +++ b/llvm/test/CodeGen/X86/sse3-schedule.ll @@ -531,7 +531,7 @@ define void @test_monitor(i8* %a0, i32 %a1, i32 %a2) { ; BTVER2: # %bb.0: ; BTVER2-NEXT: leaq (%rdi), %rax # sched: [1:0.50] ; BTVER2-NEXT: movl %esi, %ecx # sched: [1:0.50] -; BTVER2-NEXT: monitor # sched: [100:0.17] +; BTVER2-NEXT: monitor # sched: [100:0.50] ; BTVER2-NEXT: retq # sched: [4:1.00] ; ; ZNVER1-LABEL: test_monitor: @@ -843,7 +843,7 @@ define void @test_mwait(i32 %a0, i32 %a1) { ; BTVER2: # %bb.0: ; BTVER2-NEXT: movl %edi, %ecx # sched: [1:0.50] ; BTVER2-NEXT: movl %esi, %eax # sched: [1:0.50] -; BTVER2-NEXT: mwait # sched: [100:0.17] +; BTVER2-NEXT: mwait # sched: [100:0.50] ; BTVER2-NEXT: retq # sched: [4:1.00] ; ; ZNVER1-LABEL: test_mwait: |