projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20599ea
)
Clean this up slightly, doesn't really fall through.
author
Eric Christopher
<echristo@apple.com>
Wed, 29 Aug 2012 17:59:32 +0000
(17:59 +0000)
committer
Eric Christopher
<echristo@apple.com>
Wed, 29 Aug 2012 17:59:32 +0000
(17:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162848
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DIE.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DIE.cpp
b/lib/CodeGen/AsmPrinter/DIE.cpp
index c55e5f7b5300802bfd87210e58d12797e1d98607..0885285b1bc1c2588fdb9d37c422e0b8f8357390 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DIE.cpp
+++ b/
lib/CodeGen/AsmPrinter/DIE.cpp
@@
-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);