[PATCH] [StatepointLowering] Don't create temporary instructions. NFCI.
Pat Gavlin
pagavlin at microsoft.com
Wed May 6 10:12:46 PDT 2015
REPOSITORY
rL LLVM
================
Comment at: llvm/trunk/lib/CodeGen/SelectionDAG/StatepointLowering.cpp:277
@@ -276,3 @@
- // after we delete this node.
- Builder.removeValue(Tmp);
- delete Tmp;
----------------
Can SelectionDAGBuilder::removeValue be removed now that this code no longer uses it? AFAICT this is the only user of that method (indeed, a comment inside that method indicates as much).
http://reviews.llvm.org/D9480
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list