diff options
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/sse2-schedule.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/test/CodeGen/X86/sse2-schedule.ll b/llvm/test/CodeGen/X86/sse2-schedule.ll index d4926617450..0c30bada475 100644 --- a/llvm/test/CodeGen/X86/sse2-schedule.ll +++ b/llvm/test/CodeGen/X86/sse2-schedule.ll @@ -6012,7 +6012,7 @@ define i32 @test_pmovmskb(<16 x i8> %a0) {  ;  ; BTVER2-LABEL: test_pmovmskb:  ; BTVER2:       # %bb.0: -; BTVER2-NEXT:    vpmovmskb %xmm0, %eax # sched: [1:0.50] +; BTVER2-NEXT:    vpmovmskb %xmm0, %eax # sched: [3:1.00]  ; BTVER2-NEXT:    retq # sched: [4:1.00]  ;  ; ZNVER1-LABEL: test_pmovmskb: | 

