[llvm-commits] [llvm] r66503 - /llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-05-burr-list-crash.ll
Dan Gohman
gohman at apple.com
Mon Mar 9 16:33:45 PDT 2009
Author: djg
Date: Mon Mar 9 18:33:45 2009
New Revision: 66503
URL: http://llvm.org/viewvc/llvm-project?rev=66503&view=rev
Log:
Dib doesn't have the AsmParser changes to support anonymous
functions. Give the function in this test a name to avoid
the problem.
Modified:
llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-05-burr-list-crash.ll
Modified: llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-05-burr-list-crash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-05-burr-list-crash.ll?rev=66503&r1=66502&r2=66503&view=diff
==============================================================================
--- llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-05-burr-list-crash.ll (original)
+++ llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-05-burr-list-crash.ll Mon Mar 9 18:33:45 2009
@@ -6,7 +6,7 @@
declare i64 @strlen(i8* nocapture) nounwind readonly
-define fastcc i8* @1(i8*) nounwind {
+define fastcc i8* @foo(i8*) nounwind {
br i1 false, label %3, label %2
; <label>:2 ; preds = %1
More information about the llvm-commits
mailing list