Whitespace.

llvm-svn: 137226
This commit is contained in:
Eli Friedman 2011-08-10 17:39:11 +00:00
parent 1531e5cd2b
commit cad9f2af44
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}