[llvm-commits] CVS: llvm/include/llvm/CodeGen/InstrSelectionSupport.h
    Vikram Adve 
    vadve at cs.uiuc.edu
       
    Mon Oct 14 11:32:03 PDT 2002
    
    
  
Changes in directory llvm/include/llvm/CodeGen:
InstrSelectionSupport.h updated: 1.14 -> 1.15
---
Log message:
Removed misleading const keyword.
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/InstrSelectionSupport.h
diff -u llvm/include/llvm/CodeGen/InstrSelectionSupport.h:1.14 llvm/include/llvm/CodeGen/InstrSelectionSupport.h:1.15
--- llvm/include/llvm/CodeGen/InstrSelectionSupport.h:1.14	Sun Sep 29 17:55:45 2002
+++ llvm/include/llvm/CodeGen/InstrSelectionSupport.h	Mon Oct 14 11:31:27 2002
@@ -53,7 +53,7 @@
 //   Returns true/false in allConstantIndices if all indices are/aren't const.
 //---------------------------------------------------------------------------
 
-Value*          GetMemInstArgs  (const InstructionNode* memInstrNode,
+Value*          GetMemInstArgs  (InstructionNode* memInstrNode,
                                  vector<Value*>& idxVec,
                                  bool& allConstantIndices);
 
    
    
More information about the llvm-commits
mailing list