2>&1 doesn't work here, it just creates an empty file called "&1"
[oota-llvm.git] / test / Analysis / BlockFrequencyInfo /
2011-10-19 Chandler CarruthGeneralize the reading of probability metadata to work...
2011-10-19 Chandler CarruthTeach the BranchProbabilityInfo analysis pass to read...
2011-10-19 Chandler CarruthAdd pass printing support to BlockFrequencyInfo pass...