Chris Lattner 91c5d68261 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.

llvm-svn: 6286
2003-05-22 19:07:21 +00:00
..
2003-05-21 17:48:56 +00:00
2003-05-14 17:53:49 +00:00
2003-05-21 19:34:28 +00:00
2003-05-22 19:07:21 +00:00