diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp index 1a7a2b183fb..e3179dbeece 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp +++ b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp @@ -762,8 +762,6 @@ Instruction *InstCombiner::visitLoadInst(LoadInst &LI) { LLVMContext::MD_nonnull, }; combineMetadata(NLI, &LI, KnownIDs); - if (AATags) - NLI->setAAMetadata(AATags); }; return ReplaceInstUsesWith( |