forked from OSchip/llvm-project
parent
cccc5c76c8
commit
06aa504555
|
@ -38,7 +38,7 @@ class TargetData : public ImmutablePass {
|
||||||
|
|
||||||
static Annotation *TypeAnFactory(AnnotationID, const Annotable *, void *);
|
static Annotation *TypeAnFactory(AnnotationID, const Annotable *, void *);
|
||||||
public:
|
public:
|
||||||
TargetData(const std::string &TargetName = "Default Target",
|
TargetData(const std::string &TargetName = "",
|
||||||
bool LittleEndian = false,
|
bool LittleEndian = false,
|
||||||
unsigned char SubWordDataSize = 1,
|
unsigned char SubWordDataSize = 1,
|
||||||
unsigned char IntRegSize = 8,
|
unsigned char IntRegSize = 8,
|
||||||
|
|
Loading…
Reference in New Issue