diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-09-01 02:05:03 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-09-01 02:05:03 +0000 |
commit | 27830e39c4e960a5c372deedfcd082d6393d9355 (patch) | |
tree | 23127d590b43a6f69ddd09b27940206ed3dd5cf3 /lib/Target/ARM/ARMConstantPoolValue.h | |
parent | 3fb2b1ede30193b59a651328a946174196b20610 (diff) |
Fix compiler warnings
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80650 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMConstantPoolValue.h')
-rw-r--r-- | lib/Target/ARM/ARMConstantPoolValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMConstantPoolValue.h b/lib/Target/ARM/ARMConstantPoolValue.h index 525346dd41..00c48086ae 100644 --- a/lib/Target/ARM/ARMConstantPoolValue.h +++ b/lib/Target/ARM/ARMConstantPoolValue.h @@ -34,8 +34,8 @@ namespace ARMCP { class ARMConstantPoolValue : public MachineConstantPoolValue { GlobalValue *GV; // GlobalValue being loaded. const char *S; // ExtSymbol being loaded. - ARMCP::ARMCPKind Kind; // Value or LSDA? unsigned LabelId; // Label id of the load. + ARMCP::ARMCPKind Kind; // Value or LSDA? unsigned char PCAdjust; // Extra adjustment if constantpool is pc relative. // 8 for ARM, 4 for Thumb. const char *Modifier; // GV modifier i.e. (&GV(modifier)-(LPIC+8)) |