| Index: src/IceTargetLoweringARM32.h
|
| diff --git a/src/IceTargetLoweringARM32.h b/src/IceTargetLoweringARM32.h
|
| index de144c9737b71f93b8239951d8be68d2f2e0f75f..afeeda15f525bd7546ee2ad485b97018a67bedb1 100644
|
| --- a/src/IceTargetLoweringARM32.h
|
| +++ b/src/IceTargetLoweringARM32.h
|
| @@ -330,8 +330,8 @@ protected:
|
|
|
| // _mov_i1_to_flags is used for bool folding. If "Boolean" is folded, this
|
| // method returns true, and sets "CondIfTrue0" and "CondIfTrue1" to the
|
| - // appropriate ARM condition codes. If "Boolean" is not to be folded, then this
|
| - // method returns false.
|
| + // appropriate ARM condition codes. If "Boolean" is not to be folded, then
|
| + // this method returns false.
|
| bool _mov_i1_to_flags(Operand *Boolean, CondARM32::Cond *CondIfTrue0,
|
| CondARM32::Cond *CondIfTrue1,
|
| CondARM32::Cond *CondIfFalse);
|
|
|