From: Anton Korobeynikov Date: Sun, 23 Mar 2008 14:53:18 +0000 (+0000) Subject: Add license header X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f8e74166326bc502d025c8b631e4911b02f1e17f;p=oota-llvm.git Add license header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48707 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86CompilationCallback_Win64.asm b/lib/Target/X86/X86CompilationCallback_Win64.asm index f9b5481a01f..8002f98765f 100644 --- a/lib/Target/X86/X86CompilationCallback_Win64.asm +++ b/lib/Target/X86/X86CompilationCallback_Win64.asm @@ -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