Skip to content

Commit cb53d71

Browse files
committed
Fix,
1 parent 0accc32 commit cb53d71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/slang/slang-ir-link.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,6 @@ bool isDiffPairType(IRInst* type)
19251925

19261926
bool doesModuleUseAutodiff(IRInst* inst)
19271927
{
1928-
return false;
19291928
switch (inst->getOp())
19301929
{
19311930
case kIROp_Call:

0 commit comments

Comments
 (0)