Skip to content
Commit c7757121 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Fold assertion into second valid else branch. This removes a compiler warning

where the control reaches the end of a non-void function and also allows the
compiler to generate better code.  When this assertion is false we can easily
add more else cases.

llvm-svn: 59468
parent 773cdc7c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment