1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

improve header guard

llvm-svn: 44641
This commit is contained in:
Chris Lattner 2007-12-05 23:45:41 +00:00
parent 3043dc44cd
commit fefff1c2f7

View File

@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_EXECUTION_ENGINE_JIT_H
#define LLVM_EXECUTION_ENGINE_JIT_H
#ifndef LLVM_EXECUTION_ENGINE_JIT_MEMMANAGER_H
#define LLVM_EXECUTION_ENGINE_JIT_MEMMANAGER_H
#include "llvm/Support/DataTypes.h"