diff options
Diffstat (limited to 'utils/TableGen/Record.h')
-rw-r--r-- | utils/TableGen/Record.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h index 522b719..c8905cc 100644 --- a/utils/TableGen/Record.h +++ b/utils/TableGen/Record.h @@ -1486,22 +1486,8 @@ struct LessRecordFieldName { } }; - -class TGError { - SMLoc Loc; - std::string Message; -public: - TGError(SMLoc loc, const std::string &message) : Loc(loc), Message(message) {} - - SMLoc getLoc() const { return Loc; } - const std::string &getMessage() const { return Message; } -}; - - raw_ostream &operator<<(raw_ostream &OS, const RecordKeeper &RK); -void PrintError(SMLoc ErrorLoc, const Twine &Msg); - } // End llvm namespace #endif |