Default ctor doesn't provide name

llvm-svn: 5921
This commit is contained in:
Chris Lattner 2003-04-25 02:50:19 +00:00
parent cccc5c76c8
commit 06aa504555
1 changed files with 1 additions and 1 deletions

View File

@ -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,