[all-commits] [llvm/llvm-project] bae1a2: [OpenMP] Remove unused function after removing sim...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Sep 14 08:15:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bae1a2cf3cce529b0d03df8bac962d13b407e117
https://github.com/llvm/llvm-project/commit/bae1a2cf3cce529b0d03df8bac962d13b407e117
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
Log Message:
-----------
[OpenMP] Remove unused function after removing simplified interface
Summary:
A previous patch removed the user of this function but did not remove
the function causing unused function warnings. Remove it.
More information about the All-commits
mailing list