[NFC][X86] Fixup comment in CodeGen/X86/cmov.ll

As noted in post-commit review for
https://reviews.llvm.org/D59035#inline-631659
This commit is contained in:
Roman Lebedev 2019-11-19 16:23:34 +03:00
parent fed8c06892
commit 6de85095ed
No known key found for this signature in database
GPG Key ID: 083C3EBB4A1689E0
1 changed files with 0 additions and 2 deletions

View File

@ -186,8 +186,6 @@ entry:
}
; Don't try to use a 16-bit conditional move to do an 8-bit select,
; because it isn't worth it. Just use a branch instead.
define i8 @test7(i1 inreg %c, i8 inreg %a, i8 inreg %b) nounwind {
; CHECK-LABEL: test7:
; CHECK: # %bb.0: