diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-03-24 06:07:16 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-03-24 06:07:16 +0000 |
commit | 4822bd4308ad8abf1a7127fe81d1d462f6d7a340 (patch) | |
tree | 13d9b22a4c6179a697ef78e6c86be6e8a5ac60b2 /include/llvm/ExecutionEngine/JIT.h | |
parent | afebb449283ada1b44f423e698b30672606fdc54 (diff) |
Fix headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ExecutionEngine/JIT.h')
-rw-r--r-- | include/llvm/ExecutionEngine/JIT.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ExecutionEngine/JIT.h b/include/llvm/ExecutionEngine/JIT.h index 3563b6a253..b801f1de08 100644 --- a/include/llvm/ExecutionEngine/JIT.h +++ b/include/llvm/ExecutionEngine/JIT.h @@ -1,4 +1,4 @@ -//===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===// +//===-- JIT.h - Abstract Execution Engine Interface -------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |