[C++11] Use 'nullptr'.
[oota-llvm.git] / lib / CodeGen / JumpInstrTables.cpp
index 05a1b27c8fed004ba144d8912194c7727a0832b9..61ef722dce525a27e9a9550989f6bb6b9669fbc8 100644 (file)
@@ -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;
     }
   }