forked from OSchip/llvm-project
parent
1531e5cd2b
commit
cad9f2af44
|
@ -3239,7 +3239,7 @@ LoadInst *LoadInst::clone_impl() const {
|
|||
}
|
||||
|
||||
StoreInst *StoreInst::clone_impl() const {
|
||||
return new StoreInst(getOperand(0), getOperand(1),isVolatile(),
|
||||
return new StoreInst(getOperand(0), getOperand(1), isVolatile(),
|
||||
getAlignment(), getOrdering(), getSynchScope());
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue