Make gc relocates more strongly typed; NFC
authorSanjoy Das <sanjoy@playingwithpointers.com>
Sat, 12 Mar 2016 02:54:27 +0000 (02:54 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Sat, 12 Mar 2016 02:54:27 +0000 (02:54 +0000)
commitecf96c9516d9f7f88446da84e045ab65d48958a6
treef7b9fd3944a5186783b17e3bcd932257cbbd1158
parent8d94ba0fb18e0b40631737b88f8c9a9abf025d80
Make gc relocates more strongly typed; NFC

Don't use a `Value *` where we can use a stronger `GCRelocateInst *`
type.

llvm-svn: 263327
llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp