Add license header

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2008-03-23 14:53:18 +00:00
parent 231e964ad2
commit f8e7416632

View File

@ -1,3 +1,16 @@
;;===-- X86CompilationCallback_Win64.asm - Implement Win64 JIT callback ---===
;;
;; The LLVM Compiler Infrastructure
;;
;; This file is distributed under the University of Illinois Open Source
;; License. See LICENSE.TXT for details.
;;
;;===----------------------------------------------------------------------===
;;
;; This file implements the JIT interfaces for the X86 target.
;;
;;===----------------------------------------------------------------------===
extrn X86CompilationCallback2: PROC
.code