[C++11] Use 'nullptr'.
[oota-llvm.git] / unittests / IR / DominatorTreeTest.cpp
index 98c2317f2ca176d8a1320bfe506974cb8eb95b23..ab43d1c91fcd0164f5d846058ff3aea3b0ac3a1c 100644 (file)
@@ -213,7 +213,7 @@ namespace llvm {
         "}\n";
       LLVMContext &C = getGlobalContext();
       SMDiagnostic Err;
-      return ParseAssemblyString(ModuleStrig, NULL, Err, C);
+      return ParseAssemblyString(ModuleStrig, nullptr, Err, C);
     }
 
     TEST(DominatorTree, Unreachable) {