commit | cad9f2af44bc0f7fbf886f51ce332636184a18cb | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Wed Aug 10 17:39:11 2011 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Wed Aug 10 17:39:11 2011 +0000 |
tree | 636f7d39a01aebb3650816f88bd4f43a2a01dd75 | |
parent | 1531e5cd2b495663feb65ca2dfc2d23a7d5b6a5e [diff] [blame] |
Whitespace. llvm-svn: 137226
diff --git a/llvm/lib/VMCore/Instructions.cpp b/llvm/lib/VMCore/Instructions.cpp index 612b763..8966bbe 100644 --- a/llvm/lib/VMCore/Instructions.cpp +++ b/llvm/lib/VMCore/Instructions.cpp
@@ -3239,7 +3239,7 @@ } StoreInst *StoreInst::clone_impl() const { - return new StoreInst(getOperand(0), getOperand(1),isVolatile(), + return new StoreInst(getOperand(0), getOperand(1), isVolatile(), getAlignment(), getOrdering(), getSynchScope()); }