[all-commits] [llvm/llvm-project] de7c2f: [HLSL] Remove dead code in Type.cpp [NFC] (#146365)
Steven Perron via All-commits
all-commits at lists.llvm.org
Mon Jun 30 10:31:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de7c2f29405ff08a91a34bc0f152cfa1cd0d9801
https://github.com/llvm/llvm-project/commit/de7c2f29405ff08a91a34bc0f152cfa1cd0d9801
Author: Steven Perron <stevenperron at google.com>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M clang/lib/AST/Type.cpp
Log Message:
-----------
[HLSL] Remove dead code in Type.cpp [NFC] (#146365)
In a case statement for Type::HLSLInlineSpirv, the first statment
returns, and the remaining statement are never executed. This removes
the dead code.
https://github.com/llvm/llvm-project/pull/134034/files/7d8e36944370bc50bd74ce6254f93649bc1f35a8#r2166484730
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