For PR1293:
authorReid Spencer <rspencer@reidspencer.com>
Fri, 30 Mar 2007 16:41:50 +0000 (16:41 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 30 Mar 2007 16:41:50 +0000 (16:41 +0000)
commit97e0c22330f1856a7e026d162040aafdb2a70d0e
tree3d0d2a7760c0c0059674efa9d4e3d9569a1e7df4
parent526cdf6b9e249d5069a8bb96106b126fdf1afcc8
For PR1293:
* Rename the FunctionType* parameter from M to FT on all the functions.
* Implement a fix for PR1293 by just asserting that library functions that
  must return pointers should have pointer typed results. This just makes
  sure that we don't attempt to use an uninitialized integer or something
  later on.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35508 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp