Fix the .ll grammar rules to allow any type before an 'i32', not just an
integer type. Invalid things like 'float 42' are now rejected by the semantic analysis in the productions not the parser. This fixes PR2733. llvm-svn: 57560
Loading
Please register or sign in to comment