[llvm-commits] CVS: llvm/include/llvm/CodeGen/InstrSelectionSupport.h

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 21 08:24:01 PDT 2002


Changes in directory llvm/include/llvm/CodeGen:

InstrSelectionSupport.h updated: 1.15 -> 1.16

---
Log message:

Add a missing std:: qualifier


---
Diffs of the changes:

Index: llvm/include/llvm/CodeGen/InstrSelectionSupport.h
diff -u llvm/include/llvm/CodeGen/InstrSelectionSupport.h:1.15 llvm/include/llvm/CodeGen/InstrSelectionSupport.h:1.16
--- llvm/include/llvm/CodeGen/InstrSelectionSupport.h:1.15	Mon Oct 14 11:31:27 2002
+++ llvm/include/llvm/CodeGen/InstrSelectionSupport.h	Mon Oct 21 08:23:42 2002
@@ -54,7 +54,7 @@
 //---------------------------------------------------------------------------
 
 Value*          GetMemInstArgs  (InstructionNode* memInstrNode,
-                                 vector<Value*>& idxVec,
+                                 std::vector<Value*>& idxVec,
                                  bool& allConstantIndices);
 
 





More information about the llvm-commits mailing list