[RS4GC] "Constant fold" the rs4gc-split-vector-values flag
authorPhilip Reames <listmail@philipreames.com>
Mon, 22 Feb 2016 21:01:28 +0000 (21:01 +0000)
committerPhilip Reames <listmail@philipreames.com>
Mon, 22 Feb 2016 21:01:28 +0000 (21:01 +0000)
commitce38c2ddf6a575f92d8d01871061fd0d4bc2f305
tree5b0bccb8fc32758215e9c3e33dd16b189992c292
parentd32f8e60bf819e75f496f060b3f01bb8dc68fc42
[RS4GC] "Constant fold" the rs4gc-split-vector-values flag

This flag was part of a migration to a new means of handling vectors-of-points which was described in the llvm-dev thread "FYI: Relocating vector of pointers".  The old code path has been off by default for a while without complaints, so time to cleanup.

llvm-svn: 261569
llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
llvm/test/Transforms/RewriteStatepointsForGC/live-vector-nosplit.ll
llvm/test/Transforms/RewriteStatepointsForGC/live-vector.ll [deleted file]