[llvm-commits] CVS: llvm/lib/VMCore/Value.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Jun 27 13:02:01 PDT 2004
Changes in directory llvm/lib/VMCore:
Value.cpp updated: 1.42 -> 1.43
---
Log message:
User ctor is now inline
---
Diffs of the changes: (+0 -4)
Index: llvm/lib/VMCore/Value.cpp
diff -u llvm/lib/VMCore/Value.cpp:1.42 llvm/lib/VMCore/Value.cpp:1.43
--- llvm/lib/VMCore/Value.cpp:1.42 Sat Jun 26 15:33:39 2004
+++ llvm/lib/VMCore/Value.cpp Sun Jun 27 13:01:38 2004
@@ -86,10 +86,6 @@
// User Class
//===----------------------------------------------------------------------===//
-User::User(const Type *Ty, ValueTy vty, const std::string &name)
- : Value(Ty, vty, name) {
-}
-
// replaceUsesOfWith - Replaces all references to the "From" definition with
// references to the "To" definition.
//
More information about the llvm-commits
mailing list