Add support for parsing .ll files that have numbers in front of
authorChris Lattner <sabre@nondot.org>
Fri, 29 Aug 2008 17:12:13 +0000 (17:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 29 Aug 2008 17:12:13 +0000 (17:12 +0000)
commit6ac28095c27d887fe1f8191883baf67ab99432fe
tree06d6ce65db546b9d78ac80cf18f9c1b45009af82
parentba705f62b1f78f4854e2640c7a5626a05417c646
Add support for parsing .ll files that have numbers in front of
nameless values, such as:

%3 = add i32 4, 2

This fixes the first half of PR2480

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