Skip to content
Commit 682a7dc6 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 1de59971
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment