Skip to content
Commit 5eb8094c authored by Chris Lattner's avatar Chris Lattner
Browse files

Patch to fix PR337. Make sure to mark all aliased physical registers as used

when we see a read of a register.  This is important in cases like:

AL = ...
AH = ...

   = AX

The read of AX must make both the AL and AH defs live until the use.

llvm-svn: 13444
parent 60ef22da
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment