summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/SetTheory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/TableGen/SetTheory.cpp')
-rw-r--r--llvm/utils/TableGen/SetTheory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/SetTheory.cpp b/llvm/utils/TableGen/SetTheory.cpp
index d952e6811d2..5ead7ed16fd 100644
--- a/llvm/utils/TableGen/SetTheory.cpp
+++ b/llvm/utils/TableGen/SetTheory.cpp
@@ -318,6 +318,6 @@ const RecVec *SetTheory::expand(Record *Set) {
}
// Set is not expandable.
- return 0;
+ return nullptr;
}
OpenPOWER on IntegriCloud