From: Eli Friedman Date: Wed, 10 Aug 2011 17:39:11 +0000 (+0000) Subject: Whitespace. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1cc5e3883076593d027a4b0eebfc91c07b6cbc40;p=oota-llvm.git Whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137226 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Instructions.cpp b/lib/VMCore/Instructions.cpp index 612b7630728..8966bbe1dd3 100644 --- a/lib/VMCore/Instructions.cpp +++ b/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()); }