Evan Cheng 144447bfa0 Effectively undo 60461 in PIC mode which simply transform V_SET0 / V_SETALLONES into a load from constpool in order to fold into restores. This is not safe to do when PIC base is being used for a number of reasons:
1. GlobalBaseReg may have been spilled.
2. It may not be live at the use.
3. Spiller doesn't know this is happening so it won't prevent GlobalBaseReg from being spilled later (That by itself is a nasty hack. It's needed because we don't insert the reload until later).

llvm-svn: 60595
2008-12-05 17:23:48 +00:00
..
2008-10-29 18:06:20 +00:00
2008-11-26 02:21:12 +00:00
2008-10-15 22:34:34 +00:00
2008-11-15 17:50:47 +00:00
2008-07-28 18:41:03 +00:00