summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-02-28 01:18:58 +0000
committerRui Ueyama <ruiu@google.com>2014-02-28 01:18:58 +0000
commit5de0f3d6dab142f12d88af13890feafcf7f2c7c3 (patch)
treee321d439cf7563aef5b28eeabe25554b49b1b582
parentb7a2ea7228bf88e1d9869119612415ef4b257eec (diff)
downloadllvm-5de0f3d6dab142f12d88af13890feafcf7f2c7c3.tar.gz
llvm-5de0f3d6dab142f12d88af13890feafcf7f2c7c3.tar.bz2
llvm-5de0f3d6dab142f12d88af13890feafcf7f2c7c3.tar.xz
Rename coff_pdata_x64 -> coff_runtime_function_x64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202460 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Object/COFF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Object/COFF.h b/include/llvm/Object/COFF.h
index 4a8c8bf074..7ca7c43668 100644
--- a/include/llvm/Object/COFF.h
+++ b/include/llvm/Object/COFF.h
@@ -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;