summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-03-24 06:07:16 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-03-24 06:07:16 +0000
commit4822bd4308ad8abf1a7127fe81d1d462f6d7a340 (patch)
tree13d9b22a4c6179a697ef78e6c86be6e8a5ac60b2 /include/llvm/ExecutionEngine
parentafebb449283ada1b44f423e698b30672606fdc54 (diff)
downloadllvm-4822bd4308ad8abf1a7127fe81d1d462f6d7a340.tar.gz
llvm-4822bd4308ad8abf1a7127fe81d1d462f6d7a340.tar.bz2
llvm-4822bd4308ad8abf1a7127fe81d1d462f6d7a340.tar.xz
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')
-rw-r--r--include/llvm/ExecutionEngine/Interpreter.h2
-rw-r--r--include/llvm/ExecutionEngine/JIT.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/ExecutionEngine/Interpreter.h b/include/llvm/ExecutionEngine/Interpreter.h
index a491a68c2f..b46574dcba 100644
--- a/include/llvm/ExecutionEngine/Interpreter.h
+++ b/include/llvm/ExecutionEngine/Interpreter.h
@@ -1,4 +1,4 @@
-//===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===//
+//===-- Interpreter.h - Abstract Execution Engine Interface -----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
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
//