Skip to content
Commit 846a52e2 authored by Chris Lattner's avatar Chris Lattner
Browse files

fix rdar://7590304, a miscompilation of objc apps on arm. The caller

of objc message send was getting marked arm_apcscc, but the prototype
isn't.  This is fine at runtime because objcmsgsend is implemented in
assembly.  Only turn a mismatched caller and callee into 'unreachable'
if the callee is a definition.

llvm-svn: 94986
parent 2cecedf0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment