OSDN Git Service

Teach llvm-as to accept function types with multiple return types.
authorDan Gohman <gohman@apple.com>
Sat, 19 Apr 2008 00:24:39 +0000 (00:24 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 19 Apr 2008 00:24:39 +0000 (00:24 +0000)
commitf4423b1e458e08e61e2978547ff631b442398f69
treedf66e7d423d20a7fdc3d0da1e8cc8a0700fd49d6
parentcf363181c1b98c0982010cf5714e31b7277bdd2a
Teach llvm-as to accept function types with multiple return types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49945 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/llvmAsmParser.cpp.cvs
lib/AsmParser/llvmAsmParser.h.cvs
lib/AsmParser/llvmAsmParser.y
lib/AsmParser/llvmAsmParser.y.cvs
test/Assembler/MultipleReturnValueType.ll [new file with mode: 0644]