[llvm] r202460 - Rename coff_pdata_x64 -> coff_runtime_function_x64.

Rui Ueyama ruiu at google.com
Thu Feb 27 17:18:58 PST 2014


Author: ruiu
Date: Thu Feb 27 19:18:58 2014
New Revision: 202460

URL: http://llvm.org/viewvc/llvm-project?rev=202460&view=rev
Log:
Rename coff_pdata_x64 -> coff_runtime_function_x64.

Modified:
    llvm/trunk/include/llvm/Object/COFF.h

Modified: llvm/trunk/include/llvm/Object/COFF.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Object/COFF.h?rev=202460&r1=202459&r2=202460&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Object/COFF.h (original)
+++ llvm/trunk/include/llvm/Object/COFF.h Thu Feb 27 19:18:58 2014
@@ -267,7 +267,7 @@ struct coff_load_configuration32 {
   support::ulittle32_t SEHandlerCount;
 };
 
-struct coff_pdata_x64 {
+struct coff_runtime_function_x64 {
   support::ulittle32_t BeginAddress;
   support::ulittle32_t EndAddress;
   support::ulittle32_t UnwindInformation;





More information about the llvm-commits mailing list