X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FARMEHABI.h;h=9b052df0a908a6113813b43c11ca2ba1f1b02c33;hb=e310804af05622fd5056ac0ef8950ff5fc998fec;hp=229639d46bd45b8a4930f7e0f5955fe1fc672652;hpb=733d01ed4519ac74aac3d6e5361141a6770cff3b;p=oota-llvm.git diff --git a/include/llvm/Support/ARMEHABI.h b/include/llvm/Support/ARMEHABI.h index 229639d46bd..9b052df0a90 100644 --- a/include/llvm/Support/ARMEHABI.h +++ b/include/llvm/Support/ARMEHABI.h @@ -10,10 +10,17 @@ // This file defines the constants for the ARM unwind opcodes and exception // handling table entry kinds. // +// The enumerations and constants in this file reflect the ARM EHABI +// Specification as published by ARM. +// +// Exception Handling ABI for the ARM Architecture r2.09 - November 30, 2012 +// +// http://infocenter.arm.com/help/topic/com.arm.doc.ihi0038a/IHI0038A_ehabi.pdf +// //===----------------------------------------------------------------------===// -#ifndef LLVM_SUPPORT_ARM_EHABI_H -#define LLVM_SUPPORT_ARM_EHABI_H +#ifndef LLVM_SUPPORT_ARMEHABI_H +#define LLVM_SUPPORT_ARMEHABI_H namespace llvm { namespace ARM { @@ -124,4 +131,4 @@ namespace EHABI { } } -#endif // ARM_UNWIND_OP_H +#endif