From 4822bd4308ad8abf1a7127fe81d1d462f6d7a340 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Fri, 24 Mar 2006 06:07:16 +0000 Subject: [PATCH] Fix headers git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27043 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ExecutionEngine/Interpreter.h | 2 +- include/llvm/ExecutionEngine/JIT.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/ExecutionEngine/Interpreter.h b/include/llvm/ExecutionEngine/Interpreter.h index a491a68c2fb..b46574dcba5 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 3563b6a2530..b801f1de08e 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 //