Skip to content

Commit e6f3d83

Browse files
Fix clang-format errors
1 parent e2654d4 commit e6f3d83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/lib/CodeGen/CGCall.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4988,8 +4988,8 @@ RValue CodeGenFunction::EmitCall(const CGFunctionInfo &CallInfo,
49884988

49894989
// 4. Finish the call.
49904990

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
49934993
// unreachable code.
49944994
if (CI->doesNotReturn() && !getLangOpts().SYCLIsDevice) {
49954995
if (UnusedReturnSizePtr)
@@ -5017,7 +5017,7 @@ RValue CodeGenFunction::EmitCall(const CGFunctionInfo &CallInfo,
50175017
EmitNounwindRuntimeCall(Fn);
50185018
}
50195019
}
5020-
5020+
50215021
EmitUnreachable(Loc);
50225022
Builder.ClearInsertionPoint();
50235023

0 commit comments

Comments
 (0)