From 6de85095ed7d8f161a7f39422d42b5bc2d2dcb98 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Tue, 19 Nov 2019 16:23:34 +0300 Subject: [PATCH] [NFC][X86] Fixup comment in CodeGen/X86/cmov.ll As noted in post-commit review for https://reviews.llvm.org/D59035#inline-631659 --- llvm/test/CodeGen/X86/cmov.ll | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/test/CodeGen/X86/cmov.ll b/llvm/test/CodeGen/X86/cmov.ll index 4cf31f3..9960c25 100644 --- a/llvm/test/CodeGen/X86/cmov.ll +++ b/llvm/test/CodeGen/X86/cmov.ll @@ -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: -- 2.7.4