[llvm-commits] CVS: llvm/include/llvm/Constant.h

Chris Lattner lattner at cs.uiuc.edu
Mon Mar 8 00:11:11 PST 2004


Changes in directory llvm/include/llvm:

Constant.h updated: 1.12 -> 1.13

---
Log message:

remove *THANKFULLY* dead method


---
Diffs of the changes:  (+0 -6)

Index: llvm/include/llvm/Constant.h
diff -u llvm/include/llvm/Constant.h:1.12 llvm/include/llvm/Constant.h:1.13
--- llvm/include/llvm/Constant.h:1.12	Tue Nov 11 16:41:29 2003
+++ llvm/include/llvm/Constant.h	Mon Mar  8 00:10:32 2004
@@ -85,12 +85,6 @@
            "implemented for all constants that have operands!");
     assert(0 && "Constants that do not have operands cannot be using 'From'!");
   }
-
-  // WARNING: Only to be used by Bytecode & Assembly Parsers!  USER CODE SHOULD
-  // NOT USE THIS!!
-  // Returns the number of uses of OldV that were replaced.
-  unsigned mutateReferences(Value* OldV, Value *NewV);
-  // END WARNING!!
 };
 
 } // End llvm namespace





More information about the llvm-commits mailing list