[PATCH] SelectionDAG: add a -filter-view-dags=<string> cmd line option
Owen Anderson
resistor at mac.com
Tue Jan 13 21:16:18 PST 2015
Looks fine to me otherwise.
================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:188
@@ -185,1 +187,3 @@
+ cl::desc("Only display the basic block whose name "
+ "matches this for all view-dags* options"));
static cl::opt<bool>
----------------
Shouldn't it be "view-*-dags"?
http://reviews.llvm.org/D6948
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list