mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
GCRelocateOperands: Try to appease msc17.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223192 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bb660fc192
commit
61372ea958
@ -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