craig.topper added a subscriber: jyknight.
craig.topper added inline comments.


================
Comment at: lib/CodeGen/CGStmt.cpp:2236
+    llvm::CallBrInst *Result =
+        Builder.CreateCallBr(FTy, IA, Fallthrough, Transfer, Args);
+    UpdateAsmCallInst(cast<llvm::CallBase>(*Result), HasSideEffect, ReadOnly,
----------------
I don't think we need to pass FTy here now. I made that change before @jyknight 
added FunctionCallee that should be able to find the type from the InlineAsm. 
The CallBr IRBuilder code should have a FunctionCallee Create function as of 
yesterday.


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

https://reviews.llvm.org/D56571



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

Reply via email to