1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-svn: 9146
This commit is contained in:
Chris Lattner 2003-10-15 22:09:57 +00:00
parent 9db0d011b4
commit a390208127

View File

@ -13,6 +13,7 @@
#define LLVM_USER_H
#include "llvm/Value.h"
#include <vector>
class User : public Value {
User(const User &); // Do not implement