[llvm-commits] CVS: llvm/lib/VMCore/iMemory.cpp

Misha Brukman brukman at cs.uiuc.edu
Thu Mar 11 17:55:02 PST 2004


Changes in directory llvm/lib/VMCore:

iMemory.cpp updated: 1.34 -> 1.35

---
Log message:

Fix indentation.


---
Diffs of the changes:  (+2 -2)

Index: llvm/lib/VMCore/iMemory.cpp
diff -u llvm/lib/VMCore/iMemory.cpp:1.34 llvm/lib/VMCore/iMemory.cpp:1.35
--- llvm/lib/VMCore/iMemory.cpp:1.34	Fri Nov 21 14:23:48 2003
+++ llvm/lib/VMCore/iMemory.cpp	Thu Mar 11 17:53:51 2004
@@ -116,8 +116,8 @@
 GetElementPtrInst::GetElementPtrInst(Value *Ptr, const std::vector<Value*> &Idx,
 				     const std::string &Name, Instruction *InBe)
   : Instruction(PointerType::get(checkType(getIndexedType(Ptr->getType(),
-                                                            Idx, true))),
-		  GetElementPtr, Name, InBe) {
+                                                          Idx, true))),
+                GetElementPtr, Name, InBe) {
   Operands.reserve(1+Idx.size());
   Operands.push_back(Use(Ptr, this));
 





More information about the llvm-commits mailing list