Modified the check for intrinsic functions. All intrinsic functions have to
authorJohn Criswell <criswell@uiuc.edu>
Tue, 9 Sep 2003 16:36:09 +0000 (16:36 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 9 Sep 2003 16:36:09 +0000 (16:36 +0000)
commit21ca6ee7cdad69168d0470fcaedc6bb494b36776
tree15d01eb64278ea5d2328e9c3e329cf9bdb51541a
parentad2007155991e3fdec348a4fdbfc9faab806721d
Modified the check for intrinsic functions.  All intrinsic functions have to
be at least 6 characters, since something must follow the "llvm." string in the
function name.
This seems to fix an assertion failure with the SingleSource tests, too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8418 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Function.cpp