[PATCH] Replace llvm.frameallocate with llvm.frameescape

Sanjay Patel spatel at rotateright.com
Sun Mar 8 09:09:31 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) {
----------------
This print shouldn't have made it into the commit?

http://reviews.llvm.org/D8051

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






More information about the llvm-commits mailing list