[llvm-commits] CVS: reopt/test/TEST.reopt.Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Fri Oct 15 12:37:54 PDT 2004



Changes in directory reopt/test:

TEST.reopt.Makefile updated: 1.27 -> 1.28
---
Log message:

Turn debug flags on when ENABLE_OPTIMIZED is *off*, not the other way around.


---
Diffs of the changes:  (+2 -2)

Index: reopt/test/TEST.reopt.Makefile
diff -u reopt/test/TEST.reopt.Makefile:1.27 reopt/test/TEST.reopt.Makefile:1.28
--- reopt/test/TEST.reopt.Makefile:1.27	Tue Oct 12 19:02:43 2004
+++ reopt/test/TEST.reopt.Makefile	Fri Oct 15 14:37:43 2004
@@ -40,10 +40,10 @@
 	@echo "===== Finished running Reoptimizer tests for $(TESTNAME) ====="
 
 ifdef ENABLE_OPTIMIZED
+REOPTLLC_DEBUG_FLAGS=
+else
 REOPTLLC_DEBUG_FLAGS=-disable-sched -disable-strip -dregalloc=y \
  -print-machineinstrs
-else
-REOPTLLC_DEBUG_FLAGS=
 endif
 
 # 1. Run the necessary instrumentation passes over the bytecode,






More information about the llvm-commits mailing list