An instruction's operands aren't necessarily instructions or constants. They
authorNick Lewycky <nicholas@mxc.ca>
Fri, 14 Oct 2011 09:38:46 +0000 (09:38 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 14 Oct 2011 09:38:46 +0000 (09:38 +0000)
commit4c7f1caadc6fdad54dd9f502224236f7e73cc6a8
tree751bf645e44f8d8bd0ed1895420bb4d947872db8
parent54a11176f6a5e07e243f1d87ba19ac3f4681976b
An instruction's operands aren't necessarily instructions or constants. They
could be arguments, for example.

No testcase because this is a bug-fix broken out of a larger optimization patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141951 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp