Whitespace.
authorEli Friedman <eli.friedman@gmail.com>
Wed, 10 Aug 2011 17:39:11 +0000 (17:39 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 10 Aug 2011 17:39:11 +0000 (17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137226 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Instructions.cpp

index 612b7630728656a20cae6eae1f96e5627425a3c9..8966bbe1dd3e9fdc404184d5344102b05e028352 100644 (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());
   
 }