mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 13:37:07 +00:00
Formatting. No functional change.
llvm-svn: 162292
This commit is contained in:
parent
2683030b12
commit
3ef3f1b990
@ -2718,8 +2718,8 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
|
||||
OS << " }\n\n";
|
||||
|
||||
OS << " // Okay, we had no match. Try to return a useful error code.\n";
|
||||
OS << " if (HadMatchOtherThanPredicate || !HadMatchOtherThanFeatures)";
|
||||
OS << " return RetCode;\n";
|
||||
OS << " if (HadMatchOtherThanPredicate || !HadMatchOtherThanFeatures)\n";
|
||||
OS << " return RetCode;\n\n";
|
||||
OS << " // Missing feature matches return which features were missing\n";
|
||||
OS << " ErrorInfo = MissingFeatures;\n";
|
||||
OS << " return Match_MissingFeature;\n";
|
||||
|
Loading…
Reference in New Issue
Block a user