https://github.com/apple/swift
Raw File
Tip revision: d6fe7302defd9e2ccdf77339064833ff6eecb509 authored by Konrad `ktoso` Malawski on 02 October 2021, 14:17:25 UTC
[DNM]
Tip revision: d6fe730
SIL.cpp
//===--- SIL.cpp ---------------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===----------------------------------------------------------------------===//

// DO NOT MODIFY THIS FILE!
// The SIL library is split into sub-components, modify the respective
// sub-component.
back to top