diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2006-04-19 20:38:28 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2006-04-19 20:38:28 +0000 |
| commit | 52df74000acfac2fc535d5f453855cedb30bc717 (patch) | |
| tree | cc8d22753bd0f7bd8180d994cb1d3f09a9d69bb8 /llvm/lib/Target/Target.td | |
| parent | b416a25174d5423a2826c3ef57e7ae32176ab40f (diff) | |
| download | bcm5719-llvm-52df74000acfac2fc535d5f453855cedb30bc717.tar.gz bcm5719-llvm-52df74000acfac2fc535d5f453855cedb30bc717.zip | |
Renamed AddedCost to AddedComplexity.
llvm-svn: 27843
Diffstat (limited to 'llvm/lib/Target/Target.td')
| -rw-r--r-- | llvm/lib/Target/Target.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Target.td b/llvm/lib/Target/Target.td index 4d6c80cf97f..663dfce91e4 100644 --- a/llvm/lib/Target/Target.td +++ b/llvm/lib/Target/Target.td @@ -144,8 +144,8 @@ class Instruction { // code. list<Predicate> Predicates = []; - // Added cost passed onto matching pattern. - int AddedCost = 0; + // Added complexity passed onto matching pattern. + int AddedComplexity = 0; // These bits capture information about the high-level semantics of the // instruction. |

