forked from OSchip/llvm-project
Add recently added TargetOptions::EnableIPRA member to operator==
llvm-svn: 275467
This commit is contained in:
parent
6f10b74be0
commit
40f993df25
|
@ -287,7 +287,8 @@ inline bool operator==(const TargetOptions &LHS,
|
|||
ARE_EQUAL(EABIVersion) &&
|
||||
ARE_EQUAL(DebuggerTuning) &&
|
||||
ARE_EQUAL(ExceptionModel) &&
|
||||
ARE_EQUAL(MCOptions);
|
||||
ARE_EQUAL(MCOptions) &&
|
||||
ARE_EQUAL(EnableIPRA);
|
||||
#undef ARE_EQUAL
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue