danalbert added inline comments. ================ Comment at: compiler-rt/lib/builtins/emutls.c:109 @@ +108,3 @@ + } + } + free(ptr); ---------------- compnerd wrote: > Remove the unnecessary braces here. Bodies that aren't a one-liner should have braces. http://reviews.llvm.org/D12001