This solves the problem of the CBE renaming symbols that start with . but the assembl...
authorAndrew Lenharth <andrewl@lenharth.org>
Tue, 6 Dec 2005 20:51:30 +0000 (20:51 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Tue, 6 Dec 2005 20:51:30 +0000 (20:51 +0000)
commit0fccc74103dee95d6baa885963b7337ae5daec7e
treeac0941670d0e07f396ed99a5f6bd9463837bbd42
parentf88471ded7deb2098c0d6c9588d17c692f88ab03
This solves the problem of the CBE renaming symbols that start with . but the assembly side still trying to reference them by their old names.  Should be safe untill we hit a language front end that lets you specify such a name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24626 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/Miscompilation.cpp