projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac6d608
)
Rename a field so there's less confusion between fields of the same name.
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 8 Feb 2007 09:08:23 +0000
(09:08 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Thu, 8 Feb 2007 09:08:23 +0000
(09:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34049
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-upgrade/UpgradeInternals.h
patch
|
blob
|
history
diff --git
a/tools/llvm-upgrade/UpgradeInternals.h
b/tools/llvm-upgrade/UpgradeInternals.h
index 71629534a119d3f046b6d5f02225a2991501d45d..bbf673782821682cdcb11771aba3c39b07da9578 100644
(file)
--- a/
tools/llvm-upgrade/UpgradeInternals.h
+++ b/
tools/llvm-upgrade/UpgradeInternals.h
@@
-216,7
+216,8
@@
enum CastOps {
// An enumeration for the old calling conventions, ala LLVM 1.9
namespace OldCallingConv {
enum ID {
- C = 0, CSRet = 1, Fast = 8, Cold = 9, X86_StdCall = 64, X86_FastCall = 65
+ C = 0, CSRet = 1, Fast = 8, Cold = 9, X86_StdCall = 64, X86_FastCall = 65,
+ None = 99999
};
}
@@
-234,7
+235,7
@@
struct TypeInfo {
};
struct PATypeInfo {
- llvm::PATypeHolder* T;
+ llvm::PATypeHolder*
PA
T;
Signedness S;
};