[SIMode] Fix typo in Status constructor
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 8 May 2019 10:24:22 +0000 (10:24 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 8 May 2019 10:24:22 +0000 (10:24 +0000)
commitbe9ade93d164bccf89d4b2f5bd61647c63e09355
tree81d83ca052b22fba4e31f74f36cc3ca9c5d83be3
parent2a09a6cfe2084a0ec869f937b20bc140fff0dbcb
[SIMode] Fix typo in Status constructor

As noted in https://www.viva64.com/en/b/0629/ (Snippet No. 36) and the scan-build CI reports (https://llvm.org/reports/scan-build/report-SIModeRegister.cpp-Status-1-1.html#EndPath), rL348754 introduced a typo in the Status constructor due to argument variable names shadowing the member variable names.

Differential Revision: https://reviews.llvm.org/D61595

llvm-svn: 360236
llvm/lib/Target/AMDGPU/SIModeRegister.cpp