Functions that are lazily streamed in from the .bc file are *not* external.
authorChris Lattner <sabre@nondot.org>
Sun, 29 Jan 2006 20:49:17 +0000 (20:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Jan 2006 20:49:17 +0000 (20:49 +0000)
commit37dd6f1b79bd888cb88ced7e5ce5a8ebc7aa44e2
tree2deda8bb3f7d4af0ca50b899f95c977ffb55d8fc
parent7859313bae07a5c46cbec7e5012483425fcda7c0
Functions that are lazily streamed in from the .bc file are *not* external.
This fixes llvm-test/SingleSource/UnitTests/2006-01-29-SimpleIndirectCall.c
and PR704

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