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