diff options
Diffstat (limited to 'unittests/ExecutionEngine/JIT/JITTest.cpp')
-rw-r--r-- | unittests/ExecutionEngine/JIT/JITTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ExecutionEngine/JIT/JITTest.cpp b/unittests/ExecutionEngine/JIT/JITTest.cpp index 87f3498fac..fce756b042 100644 --- a/unittests/ExecutionEngine/JIT/JITTest.cpp +++ b/unittests/ExecutionEngine/JIT/JITTest.cpp @@ -73,7 +73,7 @@ TEST(JIT, GlobalInFunction) { GTy, false, // Not constant. GlobalValue::InternalLinkage, - Constant::getNullValue(GTy), + context.getNullValue(GTy), "myglobal"); // Make a function that points to a global. |