Update comment.

llvm-svn: 106191
This commit is contained in:
Eric Christopher 2010-06-17 00:49:46 +00:00
parent 367f638f04
commit 93f16372f9
1 changed files with 2 additions and 1 deletions

View File

@ -758,7 +758,8 @@ public:
// We're only going to have a second symbol in pic mode and it'll be a
// subtraction from the picbase. For 32-bit pic the addend is the difference
// between the picbase and the next address.
// between the picbase and the next address. For 32-bit static the addend
// is zero.
if (Target.getSymB()) {
IsPCRel = 1;
} else {