| commit | 83c93d5afd33fcce0f0e020af6c827c78a1b38cf | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Feb 21 04:55:52 2008 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Feb 21 04:55:52 2008 +0000 |
| tree | 996aa3bd0932b79cfee8015e518d23febc86cd33 | |
| parent | ad582fc34b85064700ab35660d4692815779b56c [diff] |
Fix a (harmless) but where vregs were added to the used reg lists for inline asms. Fix PR2078 by marking aliases of registers used when a register is marked used. This prevents EAX from being allocated when AX is listed in the clobber set for the asm. llvm-svn: 47426