[llvm-commits] [llvm] r137226 - /llvm/trunk/lib/VMCore/Instructions.cpp

Eli Friedman eli.friedman at gmail.com
Wed Aug 10 10:39:11 PDT 2011


Author: efriedma
Date: Wed Aug 10 12:39:11 2011
New Revision: 137226

URL: http://llvm.org/viewvc/llvm-project?rev=137226&view=rev
Log:
Whitespace.


Modified:
    llvm/trunk/lib/VMCore/Instructions.cpp

Modified: llvm/trunk/lib/VMCore/Instructions.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/Instructions.cpp?rev=137226&r1=137225&r2=137226&view=diff
==============================================================================
--- llvm/trunk/lib/VMCore/Instructions.cpp (original)
+++ llvm/trunk/lib/VMCore/Instructions.cpp Wed Aug 10 12:39:11 2011
@@ -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());
   
 }





More information about the llvm-commits mailing list