erik.pilkington marked an inline comment as done.
erik.pilkington added inline comments.


================
Comment at: clang/test/CodeGenObjC/convert-messages-to-runtime-calls.m:43-44
+void check_invoke() {
+  // MSGS: {{call.*@objc_msgSend}}
+  // MSGS: {{call.*@objc_msgSend}}
+  // CALLS: {{invoke.*@objc_alloc}}
----------------
er, these should be `invokes` too. Looks like this was just happening to work 
out because the SSA value was named %call in asserts mode. Updating the diff...


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57476/new/

https://reviews.llvm.org/D57476



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to