Skip to content

Commit 0f680c8

Browse files
committed
comments
1 parent c58d21d commit 0f680c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUSplitModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ static void splitAMDGPUModule(
15121512
}
15131513

15141514
// Everything else goes in the first non-empty module we create.
1515-
return needsConservativeImport(GV) || ImportAllGVs;
1515+
return ImportAllGVs || needsConservativeImport(GV);
15161516
}));
15171517

15181518
ImportAllGVs = false;

0 commit comments

Comments
 (0)