Fix external symbol printing in the AsmPrinter. Tell the ISel that we
authorNate Begeman <natebegeman@mac.com>
Wed, 30 Mar 2005 01:45:43 +0000 (01:45 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 30 Mar 2005 01:45:43 +0000 (01:45 +0000)
commit01d05266f9efcbd011f3ef1d19d4b78bc395b0c1
treea7f93e1fee1213c3e16c1112b5fee431870db3a6
parent2c5b1d2405e15a9a4b5c9ca3bbb5e53e39978228
Fix external symbol printing in the AsmPrinter.  Tell the ISel that we
don't support things like memcpy directly.  This allows a handful of the
Shootout programs to work, yay!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20939 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCISelPattern.cpp