Commit de7c2f2
authored
[HLSL] Remove dead code in Type.cpp [NFC] (llvm#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#r21664847301 parent 407542b commit de7c2f2
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4870 | 4870 | | |
4871 | 4871 | | |
4872 | 4872 | | |
4873 | | - | |
4874 | | - | |
4875 | | - | |
4876 | | - | |
4877 | | - | |
4878 | | - | |
4879 | | - | |
4880 | | - | |
4881 | | - | |
4882 | 4873 | | |
4883 | 4874 | | |
4884 | 4875 | | |
| |||
0 commit comments