diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-06-27 18:01:38 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-06-27 18:01:38 +0000 |
| commit | 60a29a77aaeabfec2b26640f2129753d3f40fe8e (patch) | |
| tree | e120fd5d41818e3fae6c4412582bc71011ddae10 /llvm | |
| parent | d2f55b69e0dd775b6608cf36790a08874f98373a (diff) | |
| download | bcm5719-llvm-60a29a77aaeabfec2b26640f2129753d3f40fe8e.tar.gz bcm5719-llvm-60a29a77aaeabfec2b26640f2129753d3f40fe8e.zip | |
User ctor is now inline
llvm-svn: 14431
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/VMCore/Value.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/VMCore/Value.cpp b/llvm/lib/VMCore/Value.cpp index 0478a2ffb61..f8dd186b65b 100644 --- a/llvm/lib/VMCore/Value.cpp +++ b/llvm/lib/VMCore/Value.cpp @@ -86,10 +86,6 @@ void Value::replaceAllUsesWith(Value *New) { // 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. // |

