mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 18:09:29 +00:00
GCRelocateOperands: Try to appease msc17.
llvm-svn: 223192
This commit is contained in:
parent
837799f13b
commit
8d1511b4de
@ -177,8 +177,9 @@ class GCRelocateOperands {
|
||||
ImmutableCallSite RelocateCS;
|
||||
|
||||
public:
|
||||
GCRelocateOperands(const User* U)
|
||||
: GCRelocateOperands(cast<Instruction>(U)) {}
|
||||
GCRelocateOperands(const User* U) : RelocateCS(U) {
|
||||
assert(isGCRelocate(U));
|
||||
}
|
||||
GCRelocateOperands(const Instruction *inst) : RelocateCS(inst) {
|
||||
assert(isGCRelocate(inst));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user