aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Analysis/MixedTBAATest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Analysis/MixedTBAATest.cpp')
-rw-r--r--unittests/Analysis/MixedTBAATest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Analysis/MixedTBAATest.cpp b/unittests/Analysis/MixedTBAATest.cpp
index 2cf7c73..142e047 100644
--- a/unittests/Analysis/MixedTBAATest.cpp
+++ b/unittests/Analysis/MixedTBAATest.cpp
@@ -43,7 +43,7 @@ TEST_F(MixedTBAATest, MixedTBAA) {
auto *Store1 = new StoreInst(Value, Addr, BB);
auto *Store2 = new StoreInst(Value, Addr, BB);
- ReturnInst::Create(C, 0, BB);
+ ReturnInst::Create(C, nullptr, BB);
// New TBAA metadata
{