mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-01 13:44:24 +00:00
Add annotation support to value
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd8364aed7
commit
cda67e5086
@ -8,8 +8,8 @@
|
|||||||
#ifndef LLVM_VALUE_H
|
#ifndef LLVM_VALUE_H
|
||||||
#define LLVM_VALUE_H
|
#define LLVM_VALUE_H
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
#include "llvm/Annotation.h"
|
||||||
|
|
||||||
class User;
|
class User;
|
||||||
class Type;
|
class Type;
|
||||||
@ -26,7 +26,7 @@ template<class ValueSubclass, class ItemParentType, class SymTabType>
|
|||||||
// Value Class
|
// Value Class
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
class Value {
|
class Value : public Annotable { // Value's are annotable
|
||||||
public:
|
public:
|
||||||
enum ValueTy {
|
enum ValueTy {
|
||||||
TypeVal, // This is an instance of Type
|
TypeVal, // This is an instance of Type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user