[all-commits] [llvm/llvm-project] 263c4a: Fix compiler warning when compiling without asserts
Abhay Raj Singh via All-commits
all-commits at lists.llvm.org
Thu Mar 12 22:29:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 263c4a3c75a46996bec1f23264874b7f1334426a
https://github.com/llvm/llvm-project/commit/263c4a3c75a46996bec1f23264874b7f1334426a
Author: rathod-sahaab <abhayonlyone at gmail.com>
Date: 2020-03-13 (Fri, 13 Mar 2020)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Log Message:
-----------
Fix compiler warning when compiling without asserts
This patch aims to prevent warning-as-error failures in release build.
As suggested in this comment
https://reviews.llvm.org/D69930#1910922
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D75970
More information about the All-commits
mailing list