Fix headers

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27043 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen 2006-03-24 06:07:16 +00:00
parent afebb44928
commit 4822bd4308
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===// //===-- Interpreter.h - Abstract Execution Engine Interface -----*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===// //===-- JIT.h - Abstract Execution Engine Interface -------------*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //