[llvm-commits] CVS: llvm/test/Regression/LLC/BurgBadRegAlloc.ll badCallArgLR.llvm.ll yyparse.Burg.BadRegAlloc.ll

John Criswell criswell at cs.uiuc.edu
Fri Oct 3 13:25:01 PDT 2003


Changes in directory llvm/test/Regression/LLC:

BurgBadRegAlloc.ll updated: 1.1 -> 1.2
badCallArgLR.llvm.ll (r1.1) removed
yyparse.Burg.BadRegAlloc.ll (r1.1) removed

---
Log message:

Renamed these tests so that they don't contain extra periods.
This interferes with QMTest and the new test database.



---
Diffs of the changes:

Index: llvm/test/Regression/LLC/BurgBadRegAlloc.ll
diff -u llvm/test/Regression/LLC/BurgBadRegAlloc.ll:1.1 llvm/test/Regression/LLC/BurgBadRegAlloc.ll:1.2
--- llvm/test/Regression/LLC/BurgBadRegAlloc.ll:1.1	Mon Oct 14 09:53:06 2002
+++ llvm/test/Regression/LLC/BurgBadRegAlloc.ll	Fri Oct  3 13:24:47 2003
@@ -1,4 +1,5 @@
-;; Register allocation is doing a very poor job on this routine from Burg:
+;; Register allocation is doing a very poor job on this routine from yyparse
+;; in Burg:
 ;; -- at least two long-lived values are being allocated to %o? registers
 ;; -- even worse, those registers are being saved and restored repeatedly
 ;;    at function calls, even though there are no intervening uses.





More information about the llvm-commits mailing list