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
Loading
Please sign in to comment