aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/TableGen/TGPreprocessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TableGen/TGPreprocessor.h b/lib/TableGen/TGPreprocessor.h
index 2b9ed9c156..fe7e2a34bf 100644
--- a/lib/TableGen/TGPreprocessor.h
+++ b/lib/TableGen/TGPreprocessor.h
@@ -40,7 +40,7 @@ class TGPreprocessor {
public:
TGPreprocessor(SourceMgr &SM, tool_output_file &O)
- : SrcMgr(SM), Out(O), Lexer(NULL), CurRecords(NULL) {
+ : SrcMgr(SM), Out(O), Lexer(0), CurRecords(0) {
}
/// PreprocessFile - Main entrypoint for preprocess a tblgen file. These