1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Implement review feedback.

llvm-svn: 36603
This commit is contained in:
Christopher Lamb 2007-04-30 23:54:10 +00:00
parent 8da69f853c
commit 799da3f145

View File

@ -14,6 +14,8 @@
#ifndef LLVM_CODEGEN_ELF_RELOCATION_H
#define LLVM_CODEGEN_ELF_RELOCATION_H
#include "llvm/Support/DataTypes.h"
namespace llvm {
/// ELFRelocation - This class contains all the information necessary to
@ -46,4 +48,5 @@ namespace llvm {
} // end llvm namespace
#endif // LLVM_CODEGEN_ELF_RELOCATION_H
#endif // LLVM_CODEGEN_ELF_RELOCATION_H