mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-26 04:34:41 +00:00
Reformat (and remove some tabs) to make debugging this code a
little easier to step through. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228746 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a4109ad7b9
commit
beded8f64d
@ -228,7 +228,10 @@ InlineAsm::ParseConstraints(StringRef Constraints) {
|
||||
I = ConstraintEnd;
|
||||
if (I != E) {
|
||||
++I;
|
||||
if (I == E) { Result.clear(); break; } // don't allow "xyz,"
|
||||
if (I == E) {
|
||||
Result.clear();
|
||||
break;
|
||||
} // don't allow "xyz,"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user