diff options
author | Stephen Hines <srhines@google.com> | 2016-09-16 07:21:24 +0000 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2016-09-16 07:21:24 +0000 |
commit | fec73ad09e1a9749b13f2b391baf7f252514c092 (patch) | |
tree | 90b666b6f1c51ea409c394d883366617a01bc5a2 /llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp | |
parent | 8f86a4746142f9488dca4d1d57bfc783bb194518 (diff) | |
download | bcm5719-llvm-fec73ad09e1a9749b13f2b391baf7f252514c092.tar.gz bcm5719-llvm-fec73ad09e1a9749b13f2b391baf7f252514c092.zip |
Fix unused result from sign extending an Offset.
Summary:
Offset was doubled in size, but the assignment was missing. We just need
to reassign to the original variable in this case to fix it.
Reviewers: cfe-commits, echristo
Subscribers: meikeb
Differential Revision: https://reviews.llvm.org/D24648
llvm-svn: 281706
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp')
0 files changed, 0 insertions, 0 deletions