diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-13 22:28:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-13 22:28:17 +0000 |
commit | b92c36331dd9c1102b99dc795f14513503ec3e29 (patch) | |
tree | 7d0a2297a0d0e38328f8c47eb73a609bb159e184 /test/MC/AsmParser | |
parent | 1b6570e527dcf748da54a539a5a817fa4334f3aa (diff) | |
download | external_llvm-b92c36331dd9c1102b99dc795f14513503ec3e29.zip external_llvm-b92c36331dd9c1102b99dc795f14513503ec3e29.tar.gz external_llvm-b92c36331dd9c1102b99dc795f14513503ec3e29.tar.bz2 |
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
Diffstat (limited to 'test/MC/AsmParser')
-rw-r--r-- | test/MC/AsmParser/hello.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AsmParser/hello.s b/test/MC/AsmParser/hello.s index 81bca6d..891e47f 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: |