Skip to content
  • Reid Spencer's avatar
    For PR1297: · e67d0c22
    Reid Spencer authored
    Implement code generation for overloaded intrinsic functions. The basic
    difference is that "actual" argument types must be provided when
    constructing intrinsic names and types. Also, for recognition, only the
    prefix is examined. If it matches, the suffix is assumed to match. The
    suffix is checked by the Verifier, however.
    
    llvm-svn: 35539
    e67d0c22
Loading