diff options
author | Justin Lebar <jlebar@google.com> | 2016-07-07 01:06:59 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-07-07 01:06:59 +0000 |
commit | d9bc485cfee609dfb48eb3af48f8bcda98463094 (patch) | |
tree | 0fde50b8c7499b3938d8033e90b4a4b96d9021b5 /lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py | |
parent | 284b0324e217e38c3992536545f3e72f425a1daa (diff) | |
download | bcm5719-llvm-d9bc485cfee609dfb48eb3af48f8bcda98463094.tar.gz bcm5719-llvm-d9bc485cfee609dfb48eb3af48f8bcda98463094.zip |
[CUDA] Fix "control reaches end of non-void function" warnings in Cuda.cpp.
Some compilers are too dumb to realize that the switch statement covers
all cases.
(Don't use a "default" label, because we explicitly want to get a warning
if our switch doesn't cover all the cases.)
llvm-svn: 274713
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/TestIRInterpreter.py')
0 files changed, 0 insertions, 0 deletions