Use the right version of "append" to combine two SmallVectors.
authorBob Wilson <bob.wilson@apple.com>
Wed, 5 May 2010 20:44:15 +0000 (20:44 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 5 May 2010 20:44:15 +0000 (20:44 +0000)
commitbc786530574016bd34510fcea19d72a18d5405a9
treed909d4cdd535dedd001ce0dde7ebbd2d18ee39db
parent9ad2aafef10051cae2987ec3d813b0a6f45d1616
Use the right version of "append" to combine two SmallVectors.
This fixes the compile-time regressions seen in last night's tests.

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