diff options
author | Chris Lattner <sabre@nondot.org> | 2006-06-10 01:14:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-06-10 01:14:28 +0000 |
commit | 4a45abf66ee33ce3b8404ace90c4bfefda7105f8 (patch) | |
tree | 7ec6a64c561a7e4a4f3bf5a8a76ff77503a3ab53 /include/llvm/Type.h | |
parent | 11bcd28dfff6868a37dc49fc6f322094874e3967 (diff) | |
download | external_llvm-4a45abf66ee33ce3b8404ace90c4bfefda7105f8.zip external_llvm-4a45abf66ee33ce3b8404ace90c4bfefda7105f8.tar.gz external_llvm-4a45abf66ee33ce3b8404ace90c4bfefda7105f8.tar.bz2 |
Fix a problem exposed by the local allocator. CALL instructions are not marked
as using incoming argument registers, so the local allocator would clobber them
between their set and use. To fix this, we give the call instructions a variable
number of uses in the CALL MachineInstr itself, so live variables understands
the live ranges of these register arguments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Type.h')
0 files changed, 0 insertions, 0 deletions