summaryrefslogtreecommitdiff
path: root/test/Assembler/2008-10-14-NamedTypeOnInteger.ll
Commit message (Collapse)AuthorAge
* Fix the .ll grammar rules to allow any type before an 'i32', not just anChris Lattner2008-10-15
integer type. Invalid things like 'float 42' are now rejected by the semantic analysis in the productions not the parser. This fixes PR2733. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57560 91177308-0d34-0410-b5e6-96231b3b80d8