mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-19 18:10:14 +00:00
fix a bug where llvm-as couldn't assemble the .ll file for 252.eon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
964b5f2701
commit
dd3094a2a8
@ -2574,7 +2574,7 @@ BBTerminatorInst : RET ResolvedVal { // Return with a result...
|
||||
std::vector<const Type*> ParamTypes;
|
||||
ParamAttrsVector Attrs;
|
||||
if ($8 != ParamAttr::None) {
|
||||
ParamAttrsWithIndex PAWI; PAWI.index = 0; PAWI.attrs = 8;
|
||||
ParamAttrsWithIndex PAWI; PAWI.index = 0; PAWI.attrs = $8;
|
||||
Attrs.push_back(PAWI);
|
||||
}
|
||||
ValueRefList::iterator I = $6->begin(), E = $6->end();
|
||||
|
Loading…
Reference in New Issue
Block a user