OSDN Git Service

stop the CBE from using Mangler::appendMangledName, which is a private function,...
authorChris Lattner <sabre@nondot.org>
Sun, 17 Jan 2010 19:32:29 +0000 (19:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 17 Jan 2010 19:32:29 +0000 (19:32 +0000)
commit0bd58b0e81961313828aa9ac484ab6b0d6c8d970
tree14a845ddec8f635ed099b782efeba746e0a4f928
parent753fb624fb90e77f53b69afa44b7abe99a919b60
stop the CBE from using Mangler::appendMangledName, which is a private function, it is mangling types, which don't matter how they are done.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93692 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Mangler.h
lib/Target/CBackend/CBackend.cpp
lib/Target/Mangler.cpp