@@ -1007,7 +1007,7 @@ source
10071007 assert (fn.getFunctionType () == fnType);
10081008 assert (::llvm::cast<::llvm::Function>(fn.getCallee ())->getFunctionType () == fn.getFunctionType ());
10091009
1010- return ::llvm::cast<HandleGetOp>(b.CreateCall (fn, std:: nullopt , instName));
1010+ return ::llvm::cast<HandleGetOp>(b.CreateCall (fn, {} , instName));
10111011}
10121012
10131013
@@ -1692,7 +1692,7 @@ instName
16921692 assert (fn.getFunctionType () == fnType);
16931693 assert (::llvm::cast<::llvm::Function>(fn.getCallee ())->getFunctionType () == fn.getFunctionType ());
16941694
1695- return ::llvm::cast<NoDescriptionOp>(b.CreateCall (fn, std:: nullopt , instName));
1695+ return ::llvm::cast<NoDescriptionOp>(b.CreateCall (fn, {} , instName));
16961696}
16971697
16981698
@@ -1743,7 +1743,7 @@ instName
17431743 assert (fn.getFunctionType () == fnType);
17441744 assert (::llvm::cast<::llvm::Function>(fn.getCallee ())->getFunctionType () == fn.getFunctionType ());
17451745
1746- return ::llvm::cast<NoSummaryOp>(b.CreateCall (fn, std:: nullopt , instName));
1746+ return ::llvm::cast<NoSummaryOp>(b.CreateCall (fn, {} , instName));
17471747}
17481748
17491749
@@ -1797,7 +1797,7 @@ instName
17971797 assert (fn.getFunctionType () == fnType);
17981798 assert (::llvm::cast<::llvm::Function>(fn.getCallee ())->getFunctionType () == fn.getFunctionType ());
17991799
1800- return ::llvm::cast<ReadOp>(b.CreateCall (fn, std:: nullopt , instName));
1800+ return ::llvm::cast<ReadOp>(b.CreateCall (fn, {} , instName));
18011801}
18021802
18031803
@@ -1854,7 +1854,7 @@ instName
18541854 assert (fn.getFunctionType () == fnType);
18551855 assert (::llvm::cast<::llvm::Function>(fn.getCallee ())->getFunctionType () == fn.getFunctionType ());
18561856
1857- return ::llvm::cast<SetReadOp>(b.CreateCall (fn, std:: nullopt , instName));
1857+ return ::llvm::cast<SetReadOp>(b.CreateCall (fn, {} , instName));
18581858}
18591859
18601860
0 commit comments