Skip to content
  • Jakob Stoklund Olesen's avatar
    Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed(). · 07364426
    Jakob Stoklund Olesen authored
    All callers of these functions really want the isPhysRegOrOverlapUsed()
    functionality which also checks aliases. For historical reasons, targets
    without register aliases were calling isPhysRegUsed() instead.
    
    Change isPhysRegUsed() to also check aliases, and switch all
    isPhysRegOrOverlapUsed() callers to isPhysRegUsed().
    
    llvm-svn: 166117
    07364426
Loading