[all-commits] [llvm/llvm-project] e44f77: [CIR][NFC] Fix an unused variable warning (#137466)
Amr Hesham via All-commits
all-commits at lists.llvm.org
Mon Apr 28 10:06:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e44f7760fa6f9f2d70831a6e9bf9f8472d285f4d
https://github.com/llvm/llvm-project/commit/e44f7760fa6f9f2d70831a6e9bf9f8472d285f4d
Author: Amr Hesham <amr96 at programmer.net>
Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenModule.cpp
Log Message:
-----------
[CIR][NFC] Fix an unused variable warning (#137466)
This fixes a warning where a variable assigned in 'if' statement wasn't referenced again.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list