X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FSpillPlacement.h;h=fc412f817cdb490545129c4bfd9710558a4b0fd4;hb=23946fcaaefaf3c1a9d1ef86a3786f622c005f1a;hp=9d1d676c54aeae52bc454e9dd65fd08b660e437c;hpb=0e0a8806d49038b60a0c20427d9f410b01cbb012;p=oota-llvm.git diff --git a/lib/CodeGen/SpillPlacement.h b/lib/CodeGen/SpillPlacement.h index 9d1d676c54a..fc412f817cd 100644 --- a/lib/CodeGen/SpillPlacement.h +++ b/lib/CodeGen/SpillPlacement.h @@ -107,7 +107,8 @@ public: /// Entry = Exit = PrefSpill, and ChangesValue = false. /// /// @param Blocks Array of block numbers that prefer to spill in and out. - void addPrefSpill(ArrayRef Blocks); + /// @param Strong When true, double the negative bias for these blocks. + void addPrefSpill(ArrayRef Blocks, bool Strong); /// addLinks - Add transparent blocks with the given numbers. void addLinks(ArrayRef Links);