[llvm] r350587 - fix comment typo - NFC

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 7 16:40:02 PST 2019


Author: shchenz
Date: Mon Jan  7 16:40:01 2019
New Revision: 350587

URL: http://llvm.org/viewvc/llvm-project?rev=350587&view=rev
Log:
fix comment typo - NFC

Modified:
    llvm/trunk/test/Transforms/InstCombine/operand-complexity.ll

Modified: llvm/trunk/test/Transforms/InstCombine/operand-complexity.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/operand-complexity.ll?rev=350587&r1=350586&r2=350587&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/operand-complexity.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/operand-complexity.ll Mon Jan  7 16:40:01 2019
@@ -1,7 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; RUN: opt < %s -instcombine -S | FileCheck %s
 
-; 'Negate' is considered less complex than a normal binop, so the mul should have the binop as the first operand.
+; 'Negate' is considered less complex than a normal binop, so the xor should have the binop as the first operand.
 
 define i8 @neg(i8 %x) {
 ; CHECK-LABEL: @neg(




More information about the llvm-commits mailing list