summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl4.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-02-05 04:45:32 +0000
committerChris Lattner <sabre@nondot.org>2008-02-05 04:45:32 +0000
commit682a7dc653b397bf6bb420fcc1837a77de772fb2 (patch)
tree5f8e75b511cb7a4fb54f8f6d9455e38a1ad1d4a0 /llvm/docs/tutorial/LangImpl4.html
parent1de59971196f3558c3ac9183717e838c2ca70add (diff)
downloadbcm5719-llvm-682a7dc653b397bf6bb420fcc1837a77de772fb2.tar.gz
bcm5719-llvm-682a7dc653b397bf6bb420fcc1837a77de772fb2.zip
Fix a bug compiling PR1978 (perhaps not the only one though) which
was incorrectly simplifying "x == (gep x, 1, i)" into false, even though i could be negative. As it turns out, all the code to handle this already existed, we just need to disable the incorrect optimization case and let the general case handle it. llvm-svn: 46739
Diffstat (limited to 'llvm/docs/tutorial/LangImpl4.html')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud