Skip to content
Commit 6c9375b2 authored by Nate Begeman's avatar Nate Begeman
Browse files

Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer

reg-reg copies.  The necessary conditions for this bug are a GEP that is
used outside the basic block in which it is defined, whose components
other than the pointer are all constant zero, and where the use is
selected before the definition (backwards branch to successsor block).

llvm-svn: 18084
parent f530831f
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