From 1cc5e3883076593d027a4b0eebfc91c07b6cbc40 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Wed, 10 Aug 2011 17:39:11 +0000 Subject: [PATCH] Whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137226 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Instructions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } -- 2.34.1