diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-08-10 17:39:11 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-08-10 17:39:11 +0000 |
commit | cad9f2af44bc0f7fbf886f51ce332636184a18cb (patch) | |
tree | 636f7d39a01aebb3650816f88bd4f43a2a01dd75 /llvm/lib/VMCore/Instructions.cpp | |
parent | 1531e5cd2b495663feb65ca2dfc2d23a7d5b6a5e (diff) | |
download | bcm5719-llvm-cad9f2af44bc0f7fbf886f51ce332636184a18cb.tar.gz bcm5719-llvm-cad9f2af44bc0f7fbf886f51ce332636184a18cb.zip |
Whitespace.
llvm-svn: 137226
Diffstat (limited to 'llvm/lib/VMCore/Instructions.cpp')
-rw-r--r-- | llvm/lib/VMCore/Instructions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Instructions.cpp b/llvm/lib/VMCore/Instructions.cpp index 612b7630728..8966bbe1dd3 100644 --- a/llvm/lib/VMCore/Instructions.cpp +++ b/llvm/lib/VMCore/Instructions.cpp @@ -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()); } |