OSDN Git Service

Silence C4715 warning from MSVC (NFC).
authorKristof Beyls <kristof.beyls@arm.com>
Tue, 7 Nov 2017 11:54:00 +0000 (11:54 +0000)
committerKristof Beyls <kristof.beyls@arm.com>
Tue, 7 Nov 2017 11:54:00 +0000 (11:54 +0000)
commit55f6a859ccb9f070ed94113456c4f7b13813df52
tree3ff4b7a03d74a2bbbb9105c7382f82a2ec985a64
parent8aa5d0fb6a17ef60983a743da7de6218100703f1
Silence C4715 warning from MSVC (NFC).

The warning started triggering after r317560.
This commit silences it in the same way as previously done in a similar
situation, see
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20140915/236088.html

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317568 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/GlobalISel/LegalizerInfo.cpp