mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
Clean this up slightly, doesn't really fall through.
llvm-svn: 162848
This commit is contained in:
parent
692b4c6860
commit
4d37569462
@ -209,8 +209,7 @@ void DIEInteger::EmitValue(AsmPrinter *Asm, unsigned Form) const {
|
||||
///
|
||||
unsigned DIEInteger::SizeOf(AsmPrinter *AP, unsigned Form) const {
|
||||
switch (Form) {
|
||||
case dwarf::DW_FORM_flag_present: // Fall thru
|
||||
return 0;
|
||||
case dwarf::DW_FORM_flag_present: return 0;
|
||||
case dwarf::DW_FORM_flag: // Fall thru
|
||||
case dwarf::DW_FORM_ref1: // Fall thru
|
||||
case dwarf::DW_FORM_data1: return sizeof(int8_t);
|
||||
|
Loading…
Reference in New Issue
Block a user