[all-commits] [llvm/llvm-project] b68bae: [AArch64] Fix -Wunused-but-set-variable in GCC non...
simonwallis2 via All-commits
all-commits at lists.llvm.org
Thu Mar 11 09:55:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b68bae6a94fb5b5251cf6b08eb81799ea99ea0df
https://github.com/llvm/llvm-project/commit/b68bae6a94fb5b5251cf6b08eb81799ea99ea0df
Author: Simon Wallis <simon.wallis2 at arm.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
Log Message:
-----------
[AArch64] Fix -Wunused-but-set-variable in GCC non-debug build
[AArch64] Fix -Wunused-but-set-variable in GCC -DLLVM_ENABLE_ASSERTIONS=off non-debug build.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D98431
More information about the All-commits
mailing list