Fix unused result from sign extending an Offset.
authorStephen Hines <srhines@google.com>
Fri, 16 Sep 2016 07:21:24 +0000 (07:21 +0000)
committerStephen Hines <srhines@google.com>
Fri, 16 Sep 2016 07:21:24 +0000 (07:21 +0000)
commitfec73ad09e1a9749b13f2b391baf7f252514c092
tree90b666b6f1c51ea409c394d883366617a01bc5a2
parent8f86a4746142f9488dca4d1d57bfc783bb194518
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
clang/lib/Sema/SemaChecking.cpp