]> granicus.if.org Git - llvm/commit
Removing default case statement from covered switch.
authorKeith Wyss <wyssman@gmail.com>
Fri, 13 Oct 2017 00:06:35 +0000 (00:06 +0000)
committerKeith Wyss <wyssman@gmail.com>
Fri, 13 Oct 2017 00:06:35 +0000 (00:06 +0000)
commit4d725c63e3ffc51ec283e35298afa2bd14c34eec
treefaddcb20df575c10c85e8f0d9777d13680e84115
parent18264d1854a52e0ef36d7c17d331a6f899783a7a
Removing default case statement from covered switch.

Previous patch did not count on the llvm command line parser to restrict the
inputs, but it is safe to do so.

Fix forward for patch with details:
-- https://reviews.llvm.org/D38650 and
-- https://llvm.org/svn/llvm-project/llvm/trunk@315635 91177308-0d34-0410-b5e6-96231b3b80d8

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315644 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-xray/xray-stacks.cc