Skip to content

Commit

Permalink
Forgot to set DependInfo base in the refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoP committed Jun 17, 2020
1 parent e267dbb commit 09b1d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Analysis/OmpSsRegionAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ static void gatherDependInfoFromBundle(ArrayRef<Value *> OBArgs,
// First operand has to be the DSA over the dependency is made
Value *DepBaseDSA = OBArgs[0];
assert(valueInDSABundles(DSAInfo, DepBaseDSA) && "Dependency has no associated DSA");
DI.Base = DepBaseDSA;

Function *ComputeDepFun = cast<Function>(OBArgs[1]);
DI.ComputeDepFun = ComputeDepFun;
Expand Down

0 comments on commit 09b1d65

Please sign in to comment.