diff options
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp index 243c624fc4b..d1f46ddf169 100644 --- a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp +++ b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp @@ -1005,7 +1005,7 @@ processLoopStridedStore(Value *DestPtr, unsigned StoreSize,      // Otherwise we should form a memset_pattern16.  PatternValue is known to be      // an constant array of 16-bytes.  Plop the value into a mergable global.      GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true, -                                            GlobalValue::InternalLinkage, +                                            GlobalValue::PrivateLinkage,                                              PatternValue, ".memset_pattern");      GV->setUnnamedAddr(true); // Ok to merge these.      GV->setAlignment(16); | 

