Skip to content
  • John McCall's avatar
    Contextually converting to 'id' is not a useful operation. Contextually · fec112d5
    John McCall authored
    converting to an arbitrary Objective-C pointer type is.  Without
    significantly re-implementing anything, change the API to reflect this,
    and as a minor optimization, strip the pointer conversion off before
    potentially building it.
    
    Mostly, this removes a really bizarre-looking bit of code from
    BuildInstanceMessage.
    
    llvm-svn: 139354
    fec112d5
Loading