Fixed a bug that inhibited symbol lookup. The
problem is that we had a bitfield that kept track of what had been found so far, and inhibited searches when the local variable bit was set. This bitfield was not being initialized correctly. llvm-svn: 144400
Loading
Please register or sign in to comment