[NFC][X86] Fixup comment in CodeGen/X86/cmov.ll
authorRoman Lebedev <lebedev.ri@gmail.com>
Tue, 19 Nov 2019 13:23:34 +0000 (16:23 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Tue, 19 Nov 2019 13:24:07 +0000 (16:24 +0300)
As noted in post-commit review for
https://reviews.llvm.org/D59035#inline-631659

llvm/test/CodeGen/X86/cmov.ll

index 4cf31f3..9960c25 100644 (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: