mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fixup silly compilation errors
This commit is contained in:
@@ -570,7 +570,7 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
|
||||
InvariantNode = llvm::MDNode::get(getLLVMContext(), {});
|
||||
DereferenceableID = getLLVMContext().getMDKindID("dereferenceable");
|
||||
|
||||
C_CC = IGM.getOptions().PlatformCCallingConvention();
|
||||
C_CC = getOptions().PlatformCCallingConvention;
|
||||
// TODO: use "tinycc" on platforms that support it
|
||||
DefaultCC = SWIFT_DEFAULT_LLVM_CC;
|
||||
SwiftCC = llvm::CallingConv::Swift;
|
||||
|
||||
Reference in New Issue
Block a user