diff options
author | Jia Liu <proljc@gmail.com> | 2012-02-18 12:03:15 +0000 |
---|---|---|
committer | Jia Liu <proljc@gmail.com> | 2012-02-18 12:03:15 +0000 |
commit | b22310fda63e03a80c808de5e0510339668820ea (patch) | |
tree | 18c810d3237dd8fdb79c60ab38e2415632d92f22 /llvm/lib/Target/PowerPC/PPCRelocations.h | |
parent | 26538e8cc5d4aec1daf6243a1729fe2e99d73447 (diff) | |
download | bcm5719-llvm-b22310fda63e03a80c808de5e0510339668820ea.tar.gz bcm5719-llvm-b22310fda63e03a80c808de5e0510339668820ea.zip |
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore.
llvm-svn: 150878
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCRelocations.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCRelocations.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRelocations.h b/llvm/lib/Target/PowerPC/PPCRelocations.h index a33e7e03370..0b392f99b6d 100644 --- a/llvm/lib/Target/PowerPC/PPCRelocations.h +++ b/llvm/lib/Target/PowerPC/PPCRelocations.h @@ -1,4 +1,4 @@ -//===- PPCRelocations.h - PPC32 Code Relocations ----------------*- C++ -*-===// +//===-- PPCRelocations.h - PPC Code Relocations -----------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef PPC32RELOCATIONS_H -#define PPC32RELOCATIONS_H +#ifndef PPCRELOCATIONS_H +#define PPCRELOCATIONS_H #include "llvm/CodeGen/MachineRelocation.h" |