llvm-6502/include
Jakob Stoklund Olesen c0823fe7c6 Simplify RegScavenger::FindUnusedReg.
- Drop the Candidates argument and fix all callers. Now that RegScavenger
  tracks available registers accurately, there is no need to restict the
  search.
- Make sure that no aliases of the found register are in use. This was a potential bug.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79369 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-18 21:14:54 +00:00
..
llvm Simplify RegScavenger::FindUnusedReg. 2009-08-18 21:14:54 +00:00
llvm-c Add LLVMInitializeAllTargetInfos for C api, and update 2009-08-18 03:03:27 +00:00