mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
Remove unneeded CHECK_FOR_ERROR invocations.
llvm-svn: 31110
This commit is contained in:
parent
25fd3d8b99
commit
9caeb2165b
@ -1872,12 +1872,10 @@ TargetDefinition : ENDIAN '=' BigOrLittle {
|
||||
| TRIPLE '=' STRINGCONSTANT {
|
||||
CurModule.CurrentModule->setTargetTriple($3);
|
||||
free($3);
|
||||
CHECK_FOR_ERROR
|
||||
};
|
||||
| DATALAYOUT '=' STRINGCONSTANT {
|
||||
CurModule.CurrentModule->setDataLayout($3);
|
||||
free($3);
|
||||
CHECK_FOR_ERROR
|
||||
};
|
||||
|
||||
LibrariesDefinition : '[' LibList ']';
|
||||
|
Loading…
Reference in New Issue
Block a user