]> granicus.if.org Git - clang/commit
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)
commit4941367dd8c8749bddb5e571c41f3e33287d0d12
treeab5616fec0ca6526dc9c52e4c05873f971594b31
parentcf503443449ee0c09fb9bd1d46a5a391a082ac51
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281706 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp