[InstCombine] Remove unneeded internal function 'decomposeSimpleLinearExpr' in InstCo...
authorJie Fu <jiefu@tencent.com>
Wed, 5 Apr 2023 14:17:36 +0000 (22:17 +0800)
committerJie Fu <jiefu@tencent.com>
Wed, 5 Apr 2023 14:18:39 +0000 (22:18 +0800)
commitd1dd9951967bb990b5ea5695d06a071fc4aafb5a
treefb9e64586516c4b99d92fdf7627ce90e87f58adf
parent59e5ac55c5adf4819a664ee3635066766eeb2b32
[InstCombine] Remove unneeded internal function 'decomposeSimpleLinearExpr' in InstCombineCasts.cpp (NFC)

/data/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp:32:15: error: function 'decomposeSimpleLinearExpr' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration]
static Value *decomposeSimpleLinearExpr(Value *Val, unsigned &Scale,
              ^
1 error generated.
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp