[PGO] Add support for reading multiple versions of indexed profile format profile...
[oota-llvm.git] / include / llvm / Support / ARMEHABI.h
index 229639d46bd45b8a4930f7e0f5955fe1fc672652..9b052df0a908a6113813b43c11ca2ba1f1b02c33 100644 (file)
 // 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