diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-22 19:07:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-22 19:07:21 +0000 |
commit | c54e2b8f84c6ab9a315745cde9de0e1e93308ae0 (patch) | |
tree | 26c8255a82090ad446bf78c58f0072d580a1d7bd /support/lib/Support/CommandLine.cpp | |
parent | f69315bd79c3cc8f92f3b003b2cdab57aba3a20e (diff) |
Minor cleanups.
This hunk:
- } else if (Src->getNumOperands() == 2 && Src->use_size() == 1) {
+ } else if (Src->getNumOperands() == 2) {
Allows GEP folding to be more aggressive, which reduces the number of instructions
and can dramatically speed up BasicAA in some cases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6286 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'support/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions