forked from OSchip/llvm-project
parent
813384951e
commit
b646062ad5
|
@ -957,6 +957,9 @@ bool Andersens::AddConstraintsForExternalCall(CallSite CS, Function *F) {
|
||||||
FirstArg, TempArg));
|
FirstArg, TempArg));
|
||||||
Constraints.push_back(Constraint(Constraint::Load,
|
Constraints.push_back(Constraint(Constraint::Load,
|
||||||
TempArg, SecondArg));
|
TempArg, SecondArg));
|
||||||
|
// In addition, Dest = Src
|
||||||
|
Constraints.push_back(Constraint(Constraint::Copy,
|
||||||
|
FirstArg, SecondArg));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue