From: Chen Zheng Date: Tue, 8 Jan 2019 00:40:01 +0000 (+0000) Subject: fix comment typo - NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51bae74c33f2eb892be1819c5bea2b4728ff6f61;p=llvm fix comment typo - NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350587 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/operand-complexity.ll b/test/Transforms/InstCombine/operand-complexity.ll index 2dc161cb006..c67fb0803e0 100644 --- a/test/Transforms/InstCombine/operand-complexity.ll +++ b/test/Transforms/InstCombine/operand-complexity.ll @@ -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(