diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-10-03 18:24:47 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-10-03 18:24:47 +0000 |
| commit | cf21d4fe70ca2a3736a85cbfd991395747be8fa0 (patch) | |
| tree | 32f4abdec5ab20edf3eb9f2b3f8f36a82abe8c38 /test/CodeGen/Generic | |
| parent | aa5ff246e9a6b0cd030010384993eda972911dde (diff) | |
Renamed these tests so that they don't contain extra periods.
This interferes with QMTest and the new test database.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
| -rw-r--r-- | test/CodeGen/Generic/BurgBadRegAlloc.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/BurgBadRegAlloc.ll b/test/CodeGen/Generic/BurgBadRegAlloc.ll index 6bbee8440f..1caee0fa31 100644 --- a/test/CodeGen/Generic/BurgBadRegAlloc.ll +++ b/test/CodeGen/Generic/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. |
