[llvm-commits] [llvm] r46825 - /llvm/trunk/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll

Evan Cheng evan.cheng at apple.com
Wed Feb 6 14:07:17 PST 2008


Author: evancheng
Date: Wed Feb  6 16:07:17 2008
New Revision: 46825

URL: http://llvm.org/viewvc/llvm-project?rev=46825&view=rev
Log:
It's PR1925, not PR1609.

Modified:
    llvm/trunk/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll

Modified: llvm/trunk/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll?rev=46825&r1=46824&r2=46825&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll Wed Feb  6 16:07:17 2008
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi -regalloc=local
-; PR1609
+; PR1925
 
 	%struct.encode_aux_nearestmatch = type { i32*, i32*, i32*, i32*, i32, i32 }
 	%struct.encode_aux_pigeonhole = type { float, float, i32, i32, i32*, i32, i32*, i32*, i32* }





More information about the llvm-commits mailing list