summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitPreprocessor.cpp
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
commit64ecc468bd6b12cc2a406fe44ec8964320466c75 (patch)
tree8a1cde7c26bfb2f698243f31e68ae06cc4a49691 /clang/lib/Frontend/InitPreprocessor.cpp
parent90dc43fcf520c31e000308659440b2c300cce0f7 (diff)
downloadbcm5719-llvm-64ecc468bd6b12cc2a406fe44ec8964320466c75.tar.gz
bcm5719-llvm-64ecc468bd6b12cc2a406fe44ec8964320466c75.zip
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. llvm-svn: 92889
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud