mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-01 23:06:11 +00:00
Attempt to unbreak Windows build.
llvm-svn: 62295
This commit is contained in:
parent
32fed1c0ef
commit
f557d831a7
@ -302,11 +302,11 @@ RValue CodeGenFunction::EmitObjCPropertyGet(const Expr *Exp) {
|
||||
false, CallArgList());
|
||||
}
|
||||
else {
|
||||
const ObjCKVCRefExpr *E = cast<ObjCKVCRefExpr>(Exp);
|
||||
Selector S = E->getGetterMethod()->getSelector();
|
||||
const ObjCKVCRefExpr *KE = cast<ObjCKVCRefExpr>(Exp);
|
||||
Selector S = KE->getGetterMethod()->getSelector();
|
||||
return CGM.getObjCRuntime().
|
||||
GenerateMessageSend(*this, Exp->getType(), S,
|
||||
EmitScalarExpr(E->getBase()),
|
||||
EmitScalarExpr(KE->getBase()),
|
||||
false, CallArgList());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user