Skip to content
  • Bob Wilson's avatar
    Fix PR3994: LLVMMatchType arguments do not refer to absolute return value · b8c370a8
    Bob Wilson authored
    and argument positions but only to the overloaded intrinsic parameters.
    Keep a separate list of these overloaded parameters in CodeGenTarget.cpp
    so they can be resolved easily.  Remove assertions from IntrinsicEmitter.cpp:
    they were harmless but confusing, and the assertions elsewhere in TableGen
    will catch any incorrect values.
    
    llvm-svn: 69316
    b8c370a8
Loading