File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4988,8 +4988,8 @@ RValue CodeGenFunction::EmitCall(const CGFunctionInfo &CallInfo,
4988
4988
4989
4989
// 4. Finish the call.
4990
4990
4991
- // If the call doesn't return for non-sycl devices, finish the basic block and clear the
4992
- // insertion point; this allows the rest of IRGen to discard
4991
+ // If the call doesn't return for non-sycl devices, finish the basic block and
4992
+ // clear the insertion point; this allows the rest of IRGen to discard
4993
4993
// unreachable code.
4994
4994
if (CI->doesNotReturn () && !getLangOpts ().SYCLIsDevice ) {
4995
4995
if (UnusedReturnSizePtr)
@@ -5017,7 +5017,7 @@ RValue CodeGenFunction::EmitCall(const CGFunctionInfo &CallInfo,
5017
5017
EmitNounwindRuntimeCall (Fn);
5018
5018
}
5019
5019
}
5020
-
5020
+
5021
5021
EmitUnreachable (Loc);
5022
5022
Builder.ClearInsertionPoint ();
5023
5023
You can’t perform that action at this time.
0 commit comments