Let's
s/append_if/append_list_if/g
in the compiler-rt project so that it doesn't clash with LLVM's append_if. Unfortunately the LLVM one behaves differently and this causes issues, like http://lists.cs.uiuc.edu/pipermail/lldb-dev/2014-March/003565.html
No functional change.