Add license header
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 23 Mar 2008 14:53:18 +0000 (14:53 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 23 Mar 2008 14:53:18 +0000 (14:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48707 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86CompilationCallback_Win64.asm

index f9b5481a01f711e4e5ca7e3afd1766b9e023e0b9..8002f98765f0438672fb6ca240c25ac91c6e3a26 100644 (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