[PATCH] Replace llvm.frameallocate with llvm.frameescape

Reid Kleckner rnk at google.com
Mon Mar 9 12:55:47 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: llvm/trunk/lib/IR/Verifier.cpp:1279
@@ +1278,3 @@
+void Verifier::verifyFrameRecoverIndices() {
+  llvm::errs() << "verifyFrameRecoverIndices\n";
+  for (auto &Counts : FrameEscapeInfo) {
----------------
spatel wrote:
> This print shouldn't have made it into the commit?
Was removed in r231391

http://reviews.llvm.org/D8051

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list