Renamed these tests so that they don't contain extra periods.
This interferes with QMTest and the new test database.
llvm-svn: 8838
diff --git a/llvm/test/Regression/LLC/BurgBadRegAlloc.ll b/llvm/test/Regression/LLC/BurgBadRegAlloc.ll
index 6bbee84..1caee0f 100644
--- a/llvm/test/Regression/LLC/BurgBadRegAlloc.ll
+++ b/llvm/test/Regression/LLC/BurgBadRegAlloc.ll
@@ -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.