Minor code simplifications. Don't attempt LSR on theoretical
authorDan Gohman <gohman@apple.com>
Thu, 16 Apr 2009 16:49:48 +0000 (16:49 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Apr 2009 16:49:48 +0000 (16:49 +0000)
commit65e05b69d60e67caad9ef70b24d4033d0e68b617
treeb282fa456518ff86417e58fd49387061505284a1
parent13317bc1e90efaed0c2e6da794f313aeadb226eb
Minor code simplifications. Don't attempt LSR on theoretical
targets with pointers larger than 64 bits, due to the code not
yet being APInt clean.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69296 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopStrengthReduce.cpp