[all-commits] [llvm/llvm-project] f24295: Fold single-use variables into assert
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue May 12 06:29:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f242950fdf7ca5b84d3cadc9a57588af3621e1e8
https://github.com/llvm/llvm-project/commit/f242950fdf7ca5b84d3cadc9a57588af3621e1e8
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
Log Message:
-----------
Fold single-use variables into assert
This avoids unused variable warnings in Release builds.
More information about the All-commits
mailing list