From b92c36331dd9c1102b99dc795f14513503ec3e29 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 13 Sep 2009 22:28:17 +0000 Subject: [PATCH] unbreak this test by working around an asmparser bug. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81724 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AsmParser/hello.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/AsmParser/hello.s b/test/MC/AsmParser/hello.s index 81bca6d57b7..891e47f94df 100644 --- a/test/MC/AsmParser/hello.s +++ b/test/MC/AsmParser/hello.s @@ -19,7 +19,7 @@ _main: movl -4(%ebp), %eax addl $8, %esp popl %ebp - ret + //ret .subsections_via_symbols .cstring L_.str: -- 2.34.1