[PATCH] D12087: always_inline codegen rewrite

Paul Robinson via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 17 13:04:01 PDT 2015


probinson added a subscriber: probinson.

================
Comment at: lib/CodeGen/CodeGenModule.cpp:496
@@ +495,3 @@
+      llvm::ReturnInst::Create(Ctx, CI, BB);
+  }
+
----------------
What does the debug info look like for the wrapper?


http://reviews.llvm.org/D12087





More information about the cfe-commits mailing list