summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-03-23 14:53:18 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-03-23 14:53:18 +0000
commitf8e74166326bc502d025c8b631e4911b02f1e17f (patch)
treeeba10a5e9ec1d26543628844046876c3ec1c344a
parent231e964ad23f1c37da414068f2e7d44b496d809a (diff)
downloadllvm-f8e74166326bc502d025c8b631e4911b02f1e17f.tar.gz
llvm-f8e74166326bc502d025c8b631e4911b02f1e17f.tar.bz2
llvm-f8e74166326bc502d025c8b631e4911b02f1e17f.tar.xz
Add license header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48707 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/X86CompilationCallback_Win64.asm13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Target/X86/X86CompilationCallback_Win64.asm b/lib/Target/X86/X86CompilationCallback_Win64.asm
index f9b5481a01..8002f98765 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