Update examples for API change. NFC.
llvm-svn: 325157
This commit is contained in:
@@ -62,7 +62,7 @@ int main() {
|
||||
BB->getInstList().push_back(ReturnInst::Create(Context, Add));
|
||||
|
||||
// Output the bitcode file to stdout
|
||||
WriteBitcodeToFile(M, outs());
|
||||
WriteBitcodeToFile(*M, outs());
|
||||
|
||||
// Delete the module and all of its contents.
|
||||
delete M;
|
||||
|
||||
Reference in New Issue
Block a user