]> granicus.if.org Git - llvm/commitdiff
fix comment typo - NFC
authorChen Zheng <czhengsz@cn.ibm.com>
Tue, 8 Jan 2019 00:40:01 +0000 (00:40 +0000)
committerChen Zheng <czhengsz@cn.ibm.com>
Tue, 8 Jan 2019 00:40:01 +0000 (00:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350587 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/operand-complexity.ll

index 2dc161cb0066545a6de772729347b3475dd257fd..c67fb0803e03b692f85fe195e61d665a168d1cc6 100644 (file)
@@ -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(