Drop materializeAllPermanently.
This inlines materializeAll into the only caller (materializeAllPermanently) and renames materializeAllPermanently to just materializeAll. llvm-svn: 256024
This commit is contained in:
@@ -159,7 +159,7 @@ int main(int argc, char **argv) {
|
||||
ErrorOr<std::unique_ptr<Module>> MOrErr =
|
||||
getStreamedBitcodeModule(DisplayFilename, std::move(Streamer), Context);
|
||||
M = std::move(*MOrErr);
|
||||
M->materializeAllPermanently();
|
||||
M->materializeAll();
|
||||
} else {
|
||||
errs() << argv[0] << ": " << ErrorMessage << '\n';
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user