summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/JumpInstrTables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/JumpInstrTables.cpp')
-rw-r--r--llvm/lib/CodeGen/JumpInstrTables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/JumpInstrTables.cpp b/llvm/lib/CodeGen/JumpInstrTables.cpp
index 05a1b27c8fe..61ef722dce5 100644
--- a/llvm/lib/CodeGen/JumpInstrTables.cpp
+++ b/llvm/lib/CodeGen/JumpInstrTables.cpp
@@ -263,7 +263,7 @@ bool JumpInstrTables::runOnModule(Module &M) {
if (F.hasFnAttribute(Attribute::JumpTable)) {
assert(F.hasUnnamedAddr() &&
"Attribute 'jumptable' requires 'unnamed_addr'");
- Functions[&F] = NULL;
+ Functions[&F] = nullptr;
}
}
OpenPOWER on IntegriCloud