[LoopAccesses] Add command-line option for RuntimeMemoryCheckThreshold
authorAdam Nemet <anemet@apple.com>
Thu, 26 Feb 2015 04:39:09 +0000 (04:39 +0000)
committerAdam Nemet <anemet@apple.com>
Thu, 26 Feb 2015 04:39:09 +0000 (04:39 +0000)
commit1d862af7641eb88b4facce51fcf1b76c48c09d24
tree0e73c282d934b4ffe449434aac5c093050071332
parent48c75814a5d9287dd846b21b08ddbccd269a7b3a
[LoopAccesses] Add command-line option for RuntimeMemoryCheckThreshold

Also remove the somewhat misleading initializers from
VectorizationFactor and VectorizationInterleave.  They will get
initialized with the default ctor since no cl::init is provided.

llvm-svn: 230608
llvm/include/llvm/Analysis/LoopAccessAnalysis.h
llvm/lib/Analysis/LoopAccessAnalysis.cpp