This is a dummy, it doesn't matter what the ValueType is
authorChris Lattner <sabre@nondot.org>
Tue, 16 Aug 2005 21:59:52 +0000 (21:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Aug 2005 21:59:52 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22809 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Reader/Reader.h

index 6f9f859aeef54363734d8ab8dfdfb7d7ad139480..eec5de98493ebf6a3305541acf57dd5fe60b8d74 100644 (file)
@@ -80,7 +80,7 @@ public:
   class ValueList : public User {
     std::vector<Use> Uses;
   public:
-    ValueList() : User(Type::VoidTy, Value::ValueListVal, 0, 0) {}
+    ValueList() : User(Type::VoidTy, Value::ArgumentVal, 0, 0) {}
 
     // vector compatibility methods
     unsigned size() const { return getNumOperands(); }