mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-02 04:24:22 +00:00
[C++11] Use 'nullptr'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -65,7 +65,7 @@ TEST(UserTest, ValueOpIteration) {
|
||||
" ret void\n"
|
||||
"}\n";
|
||||
SMDiagnostic Err;
|
||||
Module *M = ParseAssemblyString(ModuleString, NULL, Err, C);
|
||||
Module *M = ParseAssemblyString(ModuleString, nullptr, Err, C);
|
||||
|
||||
Function *F = M->getFunction("f");
|
||||
BasicBlock &ExitBB = F->back();
|
||||
|
Reference in New Issue
Block a user