Remove the -fast-spill option.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 24 Jun 2010 19:56:08 +0000 (19:56 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 24 Jun 2010 19:56:08 +0000 (19:56 +0000)
commit54edf4f7da971cbb0c1546039db488a259480398
treef0a6db283b38b55f0dd3d6ac763868cfa784b7fd
parent3f43dc36878e698c71c9828ca59a4c3259845589
Remove the -fast-spill option.

This code path has never really been used, and we are going to be handling
spilling through the Spiller interface in the future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106777 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/LiveIntervalAnalysis.cpp