[llvm-commits] CVS: llvm/test/Programs/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Mon Mar 8 14:06:01 PST 2004
Changes in directory llvm/test/Programs:
Makefile.programs updated: 1.123 -> 1.124
---
Log message:
default to gathering edge profiles
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.123 llvm/test/Programs/Makefile.programs:1.124
--- llvm/test/Programs/Makefile.programs:1.123 Sun Feb 29 01:13:16 2004
+++ llvm/test/Programs/Makefile.programs Mon Mar 8 14:04:59 2004
@@ -395,7 +395,7 @@
#
$(PROGRAMS_TO_TEST:%=Output/%.llvm-prof.bc): \
Output/%.llvm-prof.bc: Output/%.llvm.bc
- $(LOPT) -insert-block-profiling $< -o $@ -f
+ $(LOPT) -insert-edge-profiling $< -o $@ -f
$(PROGRAMS_TO_TEST:%=Output/%.printprof): \
Output/%.printprof: Output/%.llvm.bc Output/%.prof $(LPROF)
More information about the llvm-commits
mailing list