[InstCombine] typo fix in the test xor-and-or.ll; NFC
authorchenglin.bi <chenglin.bi@linaro.org>
Fri, 3 Feb 2023 09:15:47 +0000 (17:15 +0800)
committerchenglin.bi <chenglin.bi@linaro.org>
Fri, 3 Feb 2023 09:15:47 +0000 (17:15 +0800)
llvm/test/Transforms/InstCombine/xor-and-or.ll

index 06b1f23..c36d877 100644 (file)
@@ -211,7 +211,7 @@ define i1 @xor_and_or(i1 %c, i1 %x, i1 %y) {
   ret i1 %r
 }
 
-;; even through we save a instruction here, select is heavier than normal 
+;; even though we save a instruction here, select is heavier than normal 
 ;; and/or/xor on most backend,  do we really need to do this transform?
 define <4 x i1> @xor_and_or_vector(<4 x i1> %c, <4 x i1> %x, <4 x i1> %y) {
 ; CHECK-LABEL: @xor_and_or_vector(