summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
diff options
context:
space:
mode:
authorKyle Butt <kyle+llvm@iteratee.net>2016-01-15 19:20:06 +0000
committerKyle Butt <kyle+llvm@iteratee.net>2016-01-15 19:20:06 +0000
commit132bf36161772d0593941f9e686950c9a49551cd (patch)
tree021063794dbe36662e1d3cb2210d6db61f2929f9 /llvm/test/Bitcode
parentb6066385268ac16273e4eb0c4c725222151d7e40 (diff)
downloadbcm5719-llvm-132bf36161772d0593941f9e686950c9a49551cd.tar.gz
bcm5719-llvm-132bf36161772d0593941f9e686950c9a49551cd.zip
Codegen: [PPC] Silence false-positive initialization warning. NFC
Some compilers don't do exhaustive switch checking. For those compilers, add an initialization to prevent un-initialized variable warnings from firing. For compilers with exhaustive switch checking, we still get a guarantee that the switch is exhaustive, and hence the initializations are redundant, and a non-functional change. llvm-svn: 257923
Diffstat (limited to 'llvm/test/Bitcode')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud