diff options
author | Dorit Nuzman <dorit.nuzman@intel.com> | 2016-09-04 07:06:00 +0000 |
---|---|---|
committer | Dorit Nuzman <dorit.nuzman@intel.com> | 2016-09-04 07:06:00 +0000 |
commit | 7673ba7ac214e98aa97e54072392859a236bcd70 (patch) | |
tree | 7b082b76aac8b8dfcdb5106574a875dc8ad0744d /llvm/lib | |
parent | 73390c7acd40a5c7a1802c0f78b660f6a336b860 (diff) | |
download | bcm5719-llvm-7673ba7ac214e98aa97e54072392859a236bcd70.tar.gz bcm5719-llvm-7673ba7ac214e98aa97e54072392859a236bcd70.zip |
Test commit.
llvm-svn: 280615
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp b/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp index ca868f056f0..b5e206474e0 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp +++ b/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp @@ -192,6 +192,7 @@ Instruction *InstCombiner::SimplifyMemTransfer(MemIntrinsic *MI) { L->setAlignment(SrcAlign); if (CopyMD) L->setMetadata(LLVMContext::MD_tbaa, CopyMD); + StoreInst *S = Builder->CreateStore(L, Dest, MI->isVolatile()); S->setAlignment(DstAlign); if (CopyMD) |