aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
diff options
context:
space:
mode:
authorSarah Spall <sarahspall@microsoft.com>2025-02-06 15:25:20 -0800
committerGitHub <noreply@github.com>2025-02-06 15:25:20 -0800
commit14716f2e4b2d771af0fe9163540a8f08ffe1e5ec (patch)
tree33b5b0efb28115249f25dab0938ba48f452616e8 /clang/lib/Edit/RewriteObjCFoundationAPI.cpp
parent163ccfac33201948eb430db6fac38d265958cfaa (diff)
downloadllvm-14716f2e4b2d771af0fe9163540a8f08ffe1e5ec.zip
llvm-14716f2e4b2d771af0fe9163540a8f08ffe1e5ec.tar.gz
llvm-14716f2e4b2d771af0fe9163540a8f08ffe1e5ec.tar.bz2
Revert "[HLSL] Implement HLSL Flat casting (excluding splat cases)" (#126149)
Reverts llvm/llvm-project#118842
Diffstat (limited to 'clang/lib/Edit/RewriteObjCFoundationAPI.cpp')
-rw-r--r--clang/lib/Edit/RewriteObjCFoundationAPI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Edit/RewriteObjCFoundationAPI.cpp b/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
index 32f5ebb..81797c8 100644
--- a/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
+++ b/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
@@ -1085,7 +1085,6 @@ static bool rewriteToNumericBoxedExpression(const ObjCMessageExpr *Msg,
llvm_unreachable("OpenCL-specific cast in Objective-C?");
case CK_HLSLVectorTruncation:
- case CK_HLSLElementwiseCast:
llvm_unreachable("HLSL-specific cast in Objective-C?");
break;