Skip to content

Commit 8384a4e

Browse files
committed
[NFC] Adjust comment - move into condition
Signed-off-by: Michael D Toguchi <[email protected]>
1 parent bad1163 commit 8384a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3414,8 +3414,8 @@ class OffloadingActionBuilder final {
34143414
++TC;
34153415
continue;
34163416
}
3417-
// Current list is empty, nothing to process.
34183417
if (LI.empty())
3418+
// Current list is empty, nothing to process.
34193419
continue;
34203420

34213421
// Perform a check for device kernels. This is done for FPGA when an

0 commit comments

Comments
 (0)