[llvm-commits] [llvm] r81724 - /llvm/trunk/test/MC/AsmParser/hello.s

Chris Lattner sabre at nondot.org
Sun Sep 13 15:28:17 PDT 2009


Author: lattner
Date: Sun Sep 13 17:28:17 2009
New Revision: 81724

URL: http://llvm.org/viewvc/llvm-project?rev=81724&view=rev
Log:
unbreak this test by working around an asmparser bug.

Modified:
    llvm/trunk/test/MC/AsmParser/hello.s

Modified: llvm/trunk/test/MC/AsmParser/hello.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AsmParser/hello.s?rev=81724&r1=81723&r2=81724&view=diff

==============================================================================
--- llvm/trunk/test/MC/AsmParser/hello.s (original)
+++ llvm/trunk/test/MC/AsmParser/hello.s Sun Sep 13 17:28:17 2009
@@ -19,7 +19,7 @@
 	movl	-4(%ebp), %eax
 	addl	$8, %esp
 	popl	%ebp
-	ret
+	//ret
 	.subsections_via_symbols
 	.cstring
 L_.str:





More information about the llvm-commits mailing list