Skip to content

Commit a7f6e49

Browse files
fix merge conflict
1 parent 3d30433 commit a7f6e49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Transforms/IPO/FunctionImport.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,7 @@ static std::unique_ptr<Module> loadFile(const std::string &FileName,
207207
return Result;
208208
}
209209

210-
<<<<<<< HEAD
211210
static bool shouldSkipLocalInAnotherModule(const GlobalValueSummary *RefSummary,
212-
=======
213-
static bool shouldSkipLocalInAnotherModule(const GlobalVarSummary *RefSummary,
214-
>>>>>>> main
215211
size_t NumDefs,
216212
StringRef ImporterModule) {
217213
// We can import a local from another module if all inputs are compiled

0 commit comments

Comments
 (0)