Hello All,


I'm trying to find whether SwitchInst has a default statement. I'm able to
iterate through the case values using case_begin and case_end. If I try to
detect default using case_default which returns an iterator which points to
the default case.

Code Example:

case_default()->getCaseIndex() or case_default()->getSuccessorIndex()
returns the same values for both default and non-default switch C code.


Any suggestions to solve this problem?


Regards.
_______________________________________________
cfe-users mailing list
cfe-users@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Reply via email to