[llvm-commits] [llvm] r48707 -	/llvm/trunk/lib/Target/X86/X86CompilationCallback_Win64.asm
    Anton Korobeynikov 
    asl at math.spbu.ru
       
    Sun Mar 23 07:53:19 PDT 2008
    
    
  
Author: asl
Date: Sun Mar 23 09:53:18 2008
New Revision: 48707
URL: http://llvm.org/viewvc/llvm-project?rev=48707&view=rev
Log:
Add license header
Modified:
    llvm/trunk/lib/Target/X86/X86CompilationCallback_Win64.asm
Modified: llvm/trunk/lib/Target/X86/X86CompilationCallback_Win64.asm
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86CompilationCallback_Win64.asm?rev=48707&r1=48706&r2=48707&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86CompilationCallback_Win64.asm (original)
+++ llvm/trunk/lib/Target/X86/X86CompilationCallback_Win64.asm Sun Mar 23 09:53:18 2008
@@ -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
    
    
More information about the llvm-commits
mailing list