Fixed a test that ensures the LocalRewriter does not attempt to
authorLang Hames <lhames@gmail.com>
Thu, 3 Sep 2009 02:52:02 +0000 (02:52 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 3 Sep 2009 02:52:02 +0000 (02:52 +0000)
commit3f2f3f5341374c85955cfaffa71886724999762d
treeffbcbb80b7b5985fe56b523e4f54e6155af65497
parent03a5f139fb7d3e9c49fe95aea4c717fab2285d82
Fixed a test that ensures the LocalRewriter does not attempt to
avoid reloads by reusing clobbered registers.

This was causing issues in 256.bzip2 when compiled with PIC for
a while (starting at r78217), though the problem has since been masked.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80872 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetRegisterInfo.h
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/VirtRegRewriter.cpp