Don't add the operand count to SCEV uniquing data; FoldingSetNodeID
authorDan Gohman <gohman@apple.com>
Mon, 4 Oct 2010 17:24:08 +0000 (17:24 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 4 Oct 2010 17:24:08 +0000 (17:24 +0000)
commit7a391832f46ca2947f6ee46f6fad53cf64197d28
treec5a7a015974a819aac6942453b7916eaa5d2d4f4
parent4a517fc87c5fbf7b2a6376e271dad8c7e5808c5a
Don't add the operand count to SCEV uniquing data; FoldingSetNodeID
already knows its own length, so this is redundant.

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