aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-07 01:16:21 +0000
committerChris Lattner <sabre@nondot.org>2010-01-07 01:16:21 +0000
commite07d77d2742143385c0ade8a2ea048c207110c32 (patch)
tree9c4033d94d48d1ca9d2c906c03764170045a1a9c /lib/Transforms/Utils
parentc429ff5a7932f8b1ecd0a952217e79dd1e380cf9 (diff)
downloadexternal_llvm-e07d77d2742143385c0ade8a2ea048c207110c32.zip
external_llvm-e07d77d2742143385c0ade8a2ea048c207110c32.tar.gz
external_llvm-e07d77d2742143385c0ade8a2ea048c207110c32.tar.bz2
fix a globalopt crash on 'bullet' (handling evaluation of a store
to an element of a vector in a static ctor) which occurs with an unrelated patch I'm testing. Annoyingly, EvaluateStoreInto basically does exactly the same stuff as InsertElement constant folding, but it now handles vectors, and you can't insertelement into a vector. It would be 'really nice' if GEP into a vector were not legal. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils')
0 files changed, 0 insertions, 0 deletions